twilio / video-quickstart-ios

Twilio Video Quickstart for iOS
https://www.twilio.com/docs/api/video
MIT License
457 stars 177 forks source link

Enabling Video Recordings when creating Rooms #616

Closed inertjade closed 3 years ago

inertjade commented 3 years ago

Description

Can you please confirm that video recordings cannot be enabled when creating Room using the iOS SDK for Twilio Video?

I understand that video Recording can be enabled in the Console, by navigating to Room Settings.

However, I am looking for a way to enable video recording on a per-room basis.

paynerc commented 3 years ago

@inertjade,

You are correct. If you are creating rooms via the Ad-Hoc method (by just connecting to a room via the SDK) room recordings are controlled via the settings in the console. To create certain rooms with recording enabled, you will need to use the REST API and pass in the RecordParticipantsOnConnect set to true. It should also be noted that recoding is only supported in Group Rooms.

Let me know if you have any further questions.

Ryan