HMSBrowserRecordingState

data class HMSBrowserRecordingState(val running: Boolean, val error: HMSException?, val startedAt: Long?, val stoppedAt: Long?, val initialising: Boolean = false, val state: HMSRecordingState)

Details on whether the room is being recorded by a browser client bot.

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 HMSBrowserRecordingState(running: Boolean, error: HMSException?, startedAt: Long?, stoppedAt: Long?, initialising: Boolean = false, state: HMSRecordingState)

Properties

Link copied to clipboard
Link copied to clipboard
val initialising: Boolean = false
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard