Twilio-电话会议Android应用 [英] Twilio - conference call android app

查看:53
本文介绍了Twilio-电话会议Android应用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想制作一个这样的Android应用,用户可以在其中进行电话会议.用户可以在同一通话中添加twilio用户和非twilio用户(可以拨打任何电话号码). 我已经看到

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.

推荐答案

此处是Twilio开发人员的福音.在此博客文章我写了关于尝试发送SMS消息时直接从您的设备使用twilio的陷阱.

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.

碰巧的是,尝试拨打电话时也存在相同的问题.您不应该直接从设备使用REST api,但是,如果您尝试从设备进行VOIP调用,请

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.

在这种情况下,我使用 Twilio Android SDK 创建新的VOIP从设备拨打电话.不过,您仍然需要进行身份验证,但是在我上面提到的博客文章中,我描述了如何构建后端来进行身份验证.

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.

希望这对您有帮助

这篇关于Twilio-电话会议Android应用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆