Participant

@Serializable
data class Participant

All the information pertaining to a participant in the call, including metadata regarding the participant as well as the tracks being published by the participant.

See also

(https://developer.mozilla.org/en-US/docs/Web/API/MediaStreamTrack)

Properties

Link copied to clipboard
@Serializable(with = PeerIdSerializer::class)
val id: ParticipantId

The participant's unique identifier.

Link copied to clipboard
val info: Info

The participant's information.

Link copied to clipboard
val media: Media? = null

The participant's media.