最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Twilio conference recording also capture hold music - Stack Overflow

programmeradmin0浏览0评论

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 badges
Add a comment  | 

1 Answer 1

Reset to default 0

When 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

发布评论

评论列表(0)

  1. 暂无评论