Twilio Voice - 将一个人添加到现有的电话会议 [英] Twilio Voice - Add a person to an exisiting confrence call

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

问题描述

我正在使用 Twilio Voice,现在我想要做的是,如果我已经在 2 个人之间创建了电话会议,然后在他们通话时,他们决定在会议中与他们的通话中添加第三个人,有人可以帮助我如何使用样本或其他东西来完成此操作吗?

I am using Twilio Voice, Now what i want to do is, If i already created a conference call between 2 people, and then while they are talking, they decided to add a 3rd person to the call with them on the conference, Can someone please help me how to have this done with a sample or something ?

谢谢!

推荐答案

Twilio Developer Evangelist here.所以,这取决于这是如何设置的.我认为您的电话会议 TwiML 看起来像这样:

Twilio Developer Evangelist here. So, it depends on how this is setup. I presume your conference call TwiML looks like this:

<Response>
    <Dial>
        <Conference>someroom</Conference>
    </Dial>
</Response>

在这种情况下,您可以让另一个人拨打该号码并提供相同的 TwiML 以将他们添加到同一个会议室.如果您希望通话中的人邀请某人加入,您将需要使用以便他们可以提供其他人的号码,或者具有某种 Web 界面.然后使用 REST API 将该人拨入会议,再次使用相同的 TwiML.

In that case, you can just have another person dial the number and provide the same TwiML to add them to the same conference room. If you want the people on the call to invite someone in, you will need to use so that they can provide the other person's number, or have some sort of web interface. Then use the REST API to dial that person into the conference, again with the same TwiML.

这是您需要的吗?

这篇关于Twilio Voice - 将一个人添加到现有的电话会议的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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