getRecordings
getRecordings
- getRecordings():
Promise<{ recordings: RoomSessionRecording}>- See RoomSessionRecording documentation for more details.
Obtains a list of recordings for the current room session. To download the actual mp4 file, please use the REST API.
Returns
Promise<{ recordings: 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.
Example
From your server, you can obtain the mp4 file using the REST API: