doudiemei2013 2016-07-14 13:22
浏览 20

Twilio ios客户端应用程序将参数传递给服务器,以便将新成员添加到会议中

I understand that Twilio conference call is a way for multiple people to connect to the same session.

Once in a connected conference call where there is an agent, and multiple clients through a iOS app as a Twilio client connected with a capability token they want to add more people.

Let's say that in 14:00h, agent and client1 have connected to a conference call friendly_named Conference1.

While in this conference, client1 with his iOS app, presses the + button to add a new client (client2). Then selects from a list of phone number +123456789, or types the phone number +123456789 and the person with phone number +123456789 is connected to the conference call by my server.

I know how to add a new person to a conference call, that is I have made the server PHP code to connect a phone number and add him to the conference call.

$client->account->calls->create("twilio number", +123456789, ...)

But how can an iOS client app pass this parameters (phoneNumber, friendlyConfName) while in a call with an agent, to my server so I can handle it (that is call the client2)?

I can maybe have a route/addMember where the iOS client passes the number/s.

I'm asking about the iOS applications side: how can the iOS pass parameters to my server while in a call with Twilio number (agent)?

Add new member to conference call

Add new member to conference call

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 关于#matlab#的问题:在模糊控制器中选出线路信息,在simulink中根据线路信息生成速度时间目标曲线(初速度为20m/s,15秒后减为0的速度时间图像)我想问线路信息是什么
    • ¥15 banner广告展示设置多少时间不怎么会消耗用户价值
    • ¥16 mybatis的代理对象无法通过@Autowired装填
    • ¥15 可见光定位matlab仿真
    • ¥15 arduino 四自由度机械臂
    • ¥15 wordpress 产品图片 GIF 没法显示
    • ¥15 求三国群英传pl国战时间的修改方法
    • ¥15 matlab代码代写,需写出详细代码,代价私
    • ¥15 ROS系统搭建请教(跨境电商用途)
    • ¥15 AIC3204的示例代码有吗,想用AIC3204测量血氧,找不到相关的代码。