HMSServerRecordingState

data class HMSServerRecordingState(val running: Boolean, val error: HMSException?, val startedAt: Long?, val state: HMSRecordingState)

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

Link copied to clipboard
fun HMSServerRecordingState(running: Boolean, error: HMSException?, startedAt: Long?, state: HMSRecordingState)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard