HMSServerRecordingState
data class HMSServerRecordingState(val running: Boolean, val error: HMSException?, val startedAt: Long?)
Details on whether the room is being recorded by the server.
Details on whether the room is being recorded by the server.