Twilio - conference call android app

家住魔仙堡 提交于 2019-11-28 12:36:43

问题


I want to make such an android app in which user can make conference call. user can add twilio user and non twilio ( can call to any phone number ) as well in a same call. I have seen this , this and also this link . Which path should i follow or how can i use twilio in my app? Should i use Rest apis or twilio java sdk or the combination of both ? Please guide me waiting for your valuable response ? Thanks in advance.


回答1:


Twilio developer evangelist here. In this blog post I wrote about the pitfalls of using twilio directly from your device while trying to send SMS messages.

As it happens, the same problem exists while trying make calls. You shouldn't use the REST api directly from the device, but if you're trying to make VOIP calls from it, this example I created should be helpful to you.

In that, I use the Twilio Android SDK to create a new VOIP call from the device. You will still need to authenticate though, but on the blog post I mentioned above I describe how to build a backend to do that.

Hope this helps you



来源:https://stackoverflow.com/questions/38476090/twilio-conference-call-android-app

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!