Daniellesmith31
Daniellesmith31

Reputation: 49

Twilio stop recording of a call

We are currently developing an autodialler using twilio - we are using conferences. The call center operator will be sitting in a conference room and then calls are initiated via twilios rest api and then moved into the conference. We are not wanting to record the entire conference but just the calls within the conference. We will be transferring calls as part of this but when we transfer to a third party we want to ensure this isn't recorded. Is there a way to stop recording with Twilio.

Upvotes: 0

Views: 376

Answers (1)

philnash
philnash

Reputation: 73029

Twilio developer evangelist here.

There isn't an API native way to stop the recording of a conference part way through. What I'd recommend here is that, when you want to initiate the call to the third party to bring them into the conference, also initiate a couple of requests the use the Twilio API to redirect the current calls into a new, non-recording conference and direct the third party into that conference instead.

Let me know if that helps at all.

Upvotes: 1

Related Questions