Peer to Peer Voice Call Twilio

时间:2017-07-12 05:55:39

标签: java android ios swift twilio

我想开发像WhatsApp这样的应用程序。我的应用程序功能是像WhatsApp for Voice Calling一样进行点对点语音通话。我想用Twilio来做这件事。我在他们的网站上进行了研究,但对可编程语音,Twilio客户端和可编程视频有点困惑。我也想做视频通话。但就目前而言,我想做点对点(App to App)语音通话。我很困惑,我应该使用哪种API来进行语音通话。 我从这个链接开发了带有可编程语音的演示 - https://github.com/twilio/voice-quickstart-swift并且它正在工作但不符合我想要在用户之间呼叫的要求。 请告诉我应该使用哪个API从Twilio进行App to App语音通话。 谢谢,抱歉我的英文。

1 个答案:

答案 0 :(得分:2)

Twilio developer evangelist here.

If you are trying to do app to app video or audio chat, then I recommend you use the Twilio Video API. With Video you can request access to just audio or audio and video, so it can cover both.

Check out the sample applications for iOS and Android and let me know if you have any other questions.