startRecording
startRecording
- startRecording():
Promise<RoomSessionRecording>- See RoomSessionRecording documentation for more details.
Starts the recording of the room. You can use the returned RoomSessionRecording object to control the recording (e.g., pause, resume, stop).
Returns
Promise<RoomSessionRecording> - See RoomSessionRecording documentation for more details.
Permissions
room.recording
You need to specify the permissions when creating the Video Room Token on the server side.