I am developing a conference application using Twilio. I need to record the conference but not from the start. Whenever I need to record I should be able to record the conference. It is mostly in the middle of the call. For example like I am having a call with 3-4 other participants and maybe after 10 or 15 minutes, I will need to start recording the call. I checked Twilio conference-updater
and participant-updater
but I didn't find any way to record the call. So if I use the Twilio call-updater
and pass Twiml with Record
(I saw Record is a one-way recording) will it work and record the whole conference or will it only record one person (owner of that call sid) voice? Or else is there another cleaner approach to do this? Thanks in advance.
Conference recordings can be paused and resumed in the same way as regular calls. The only difference is instead of making your HTTP POST requests to the active call’s subresources, your requests would go to the active conference’s subresources.