Twilio Video start recording manually

210 views Asked by At

I'm working on a video call web application using Twilio Video REST API and JavaScript SDK 2.8.0.

My requirement is that Users should be able to record video calls only if they want to record, and there is no need to record all calls automatically.

According to twilio documentation, group video rooms created via the REST API can specify whether to record or not in the initial room creation HTTP POST request only. (using RecordParticipantsOnConnect=True)

Is there any possibility to start recording after room was created ?

1

There are 1 answers

1
Alan On

Currently no. You would have to move participants to another room to record them.