H M S Server Recording State
data class HMSServerRecordingState(running: Boolean, error: HMSException?)
Content copied to clipboard
Details on whether the room is being recorded by the server.
Parameters
running
true if the room is currently being recorded false otherwise.
error
null if there was no exception during recording, present otherwise.
Constructors
HMSServerRecordingState
Link copied to clipboard
true if the room is currently being recorded false otherwise.