Twilio:重新回到会议

时间:2019-11-14 20:48:51

标签: twilio twilio-twiml

我需要退出已开始的会议才能向会议发表通知。我先尝试过hanguponstar,然后再尝试<gather>,它可以正常工作,但有时会议刚刚结束。

问题是我不需要聚会,我只需要插入一个公告,所以我在<redirect>之后尝试了<dial>,但这根本不起作用。第二位与会者进入会议后,它将结束第一个与会者的会议。这是一种可能的前进方式,还是我应该坚持<gather>

conference.php generated xml -> 
<?xml version="1.0" encoding="UTF-8"?>
<Response>
   <Play>http://xxx.ngrok.io.ngrok.io/mp3/2/intro.wav</Play>
   <Dial hangupOnStar="true">
      <Conference startConferenceOnEnter="true" endConferenceOnExit="false" maxParticipants="2" beep="false" record="record-from-start" region="ie1" statusCallback="http://xxx.ngrok.io.ngrok.io/statusCallBack.php" recordingStatusCallback="http://xxx.ngrok.io.ngrok.io/recordingCallBack.php" statusCallbackEvent="start end join leave mute hold">5dcdb88f17989</Conference>
   </Dial>
   <Redirect>http://xxx.ngrok.io/conference.php?out=1</Redirect>
</Response>

0 个答案:

没有答案