特威里奥会议

时间:2018-08-09 14:33:40

标签: twilio twilio-api twiml

我通过Twiml进行如下电话会议设置(使用Python):

resp = VoiceResponse()
resp.say("Please wait while we connect you")
dial = Dial()
dial.conference(
    "My conference"
    beep="onEnter",
    start_conference_on_enter=True)
    resp.append(dial)

现在,我可以让2位参与者连接到会议。但是,当其中一个由于网络问题而掉线时,此后我会听到忙音。即使离开的与会者重新加入/新的与会者加入后,会议仍然具有该拨号音。如何处理参加者重新加入?

0 个答案:

没有答案