iOS 中的 VOIP 拨号器

发布于 2024-11-19 14:50:32 字数 87 浏览 3 评论 0原文

我想创建一个充当 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

在你怀里撒娇 2024-11-26 14:50:32

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)

晚雾 2024-11-26 14:50:32

当然,苹果允许在 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.

雨落星ぅ辰 2024-11-26 14:50:32

我想创建一个充当 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:)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文