ParticipantVideoInfo

@Serializable
data class ParticipantVideoInfo

Properties

Link copied to clipboard
val offReasons: Set<MediaOffReason>? = null

The reasons the track's state is off, or null if the track's state is not off.

Link copied to clipboard
val state: MediaState

The track's state, representing the complete set of mutually exclusive observable states a track can be in:

Link copied to clipboard
val subscribed: TrackSubscriptionState

The track's subscription state.

Link copied to clipboard
var track: MediaStreamTrack? = null

The track, or null if not available (e.g. when the state is blocked or off).