实现“用户对用户”的最佳方式iOS 上的 VoIP
我见过一些在 iOS 上实现 VoIP 的优秀库,但它们都适用于拨打实际号码。我所需要的只是我的应用程序的用户之间的通信。 Siphon 似乎是一个不错的选择,但您必须使用允许您拨打电话的服务来配置它。我所需要的只是用户之间的沟通,也许有更好的方法来做到这一点。
任何建议表示赞赏!
I have seen some great libraries to implement VoIP on iOS but they all apply for making calls to actual numbers. All I need is communication between users of my app. Siphon seems like a great option but you have to configure it with a service which allows you to make calls. All I need is communication between my users, maybe there is a better way to do this.
Any advice is appreciated!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
目前尚不完全清楚您要问什么,但是
您所描述的所有内容都内置于 iOS 的 Game Kit 中。
您可以将“Game Kit”用于任何类型的网络。 (它不一定是游戏。)人对人的语音聊天是完全内置的。只需两三行代码。
希望有帮助!
It's not entirely clear what you're asking, but,
all of what you describe is built in to Game Kit which is part of iOS.
You can use "Game Kit" for any sort of networking. (It does not have to be a game.) And person-to-person voice chat is completely built in. It's two or three lines of code.
Hope it helps!