getPlaybacks
getPlaybacks
- getPlaybacks():
Promise<{ playbacks: RoomSessionPlayback }>- See RoomSessionPlayback documentation for more details.
Obtains a list of recordings for the current room session.
Returns
Promise<{ playbacks: RoomSessionPlayback }> - See RoomSessionPlayback documentation for more details.
Permissions
room.playback
You need to specify the permissions when creating the Video Room Token on the server side.