Media

@Serializable
data class Media

Properties

Link copied to clipboard
val camera: ParticipantVideoInfo

The participant's camera track and track state.

Link copied to clipboard
val customAudio: Map<CustomTrackName, ParticipantAudioInfo>

The participant's custom audio tracks state.

Link copied to clipboard
val customVideo: Map<CustomTrackName, ParticipantVideoInfo>

The participant's custom video tracks state.

Link copied to clipboard
val microphone: ParticipantAudioInfo

The participant's microphone track and track state.

Link copied to clipboard
val screenAudio: ParticipantAudioInfo

The participant's screen audio track and track state.

Link copied to clipboard
val screenVideo: ParticipantVideoInfo

The participant's screen video track and track state.