RoomSessionRecording
Represents a specific recording of a room session.
Properties
duration
Duration, if available.
endedAt
End time, if available.
id
The unique id of this recording.
roomSessionId
The id of the room session associated to this recording.
startedAt
Start time, if available.
state
Current state.
Methods
pause
▸ pause(): Promise<void>
Pauses the recording.
Returns
Promise<void>
resume
▸ resume(): Promise<void>
Resumes the recording.
Returns
Promise<void>
stop
▸ stop(): Promise<void>
Stops the recording.
Returns
Promise<void>