admin管理员组文章数量:1334335
We are using Twilio Programmable Voice in our application. For outbound calls we are using Twilio Conference. Once the original caller dials in, we put them into a <Conference>
, using <Dial>
with the record attribute set. At the same time, use the REST API to make a phone call to the client which also lands them in the conference.
We have a consultancy option on the app which puts third party in the same conference. Once the agent do consultancy customer and third part went to Hold and vise versa. We use Participants resource to hold and unhold.
We have now one recording URL. Now this recording url contains hold music part which the agent did consultancy which we don't want. Is there any wait we can exclude this hold music from recording?
We are using Twilio Programmable Voice in our application. For outbound calls we are using Twilio Conference. Once the original caller dials in, we put them into a <Conference>
, using <Dial>
with the record attribute set. At the same time, use the REST API to make a phone call to the client which also lands them in the conference.
We have a consultancy option on the app which puts third party in the same conference. Once the agent do consultancy customer and third part went to Hold and vise versa. We use Participants resource to hold and unhold.
We have now one recording URL. Now this recording url contains hold music part which the agent did consultancy which we don't want. Is there any wait we can exclude this hold music from recording?
Share Improve this question asked Nov 20, 2024 at 12:37 Ghazanfar KhanGhazanfar Khan 3,7188 gold badges46 silver badges90 bronze badges1 Answer
Reset to default 0When you put the participant on hold also mute them using the twilio rest api. Then unmute them when you take them off hold. This should prevent the conference music from being heard on the recording.
See twilio logs on how to mute: https://www.twilio/docs/voice/api/conference-participant-resource#update-a-participant-resource
本文标签: Twilio conference recording also capture hold musicStack Overflow
版权声明:本文标题:Twilio conference recording also capture hold music - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742356524a2459524.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论