Participant

data class Participant(val id: ParticipantId, val name: String?, val local: Boolean)

Information about a session participant.

Constructors

Link copied to clipboard
constructor(id: ParticipantId, name: String?, local: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard

True if this participant represents the local user, false otherwise.

Link copied to clipboard
val name: String?