iOS 中的 VOIP 拨号器
我想创建一个充当 VOIP 拨号器的 iOS 应用程序。 我需要知道苹果是否允许在 iOS 中进行 VOIP 拨号。?如果是,那么我应该使用哪些库以及如何使用?
I want to create an iOS application which acts as a VOIP dialer.
I need to know does apple allow VOIP Dialing in iOS.? IF yes then what libraries should I use and how?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
Apple 已允许应用程序商店中出现多个 VoIP 应用程序。构建这样的应用程序的一种选择是 Twilio 客户端,它目前有一个 iOS SDK测试版。
(我在 Twilio 工作)
Apple has allowed multiple VoIP apps in the app store. One option for building an app like this would be Twilio Client which has an iOS SDK currently in beta.
(I work at Twilio)
当然,苹果允许在 Apple Store 上使用 voip 应用程序。 Apple Store 上有数百个应用程序,如 bria(counter path)、vippi、Adore SIP 客户端............
请按照以下 URL:
http://code.google.com/p/siphon/ 使用 pjsip 集成。
Of course apple allow the voip application on Apple Store. there are hundreds of app on apple store like bria(counter path), vippi , Adore SIP client..............
Please follow the Below URL:
http://code.google.com/p/siphon/ that is using pjsip integration.
我想创建一个充当 VOIP 拨号器的 iOS 应用程序。我需要知道苹果是否允许在 iOS 中进行 VOIP 拨号。?如果是,那么我应该使用哪些库以及如何使用?
你好呀,
是的,苹果允许在 iOS 中使用 swift 和 C 进行 VOIP 拨号。因为我正在做同样的研发,所以我发现在 IOS 和 android 中实现 VoIP 的最佳方法是 PJSip。您可以在此处查看,并且有许多开源项目使用此参见。对于 IOS,请特别参阅它。
享受你的编码时间:)
I want to create an iOS application which acts as a VOIP dialer. I need to know does apple allow VOIP Dialing in iOS.? IF yes then what libraries should I use and how?
Hello Dear,
yes, apple allows VOIP Dialing in iOS with swift and C both. as I was making R&D for same then I found the best way to implement VoIP in IOS and android both is PJSip. you can see here. and there are many of open source using this for that see. and for IOS specially see it.
Enjoy your code time:)