SingleParticipant

@Serializable
@SerialName(value = "single-participant")
data class SingleParticipant(val participant: ParticipantId) : StreamingLayout

Only show a single participant in the stream.

Constructors

Link copied to clipboard
constructor(participant: ParticipantId)

Properties

Link copied to clipboard
@SerialName(value = "sessionId")
val participant: ParticipantId

The ID of the participant to show.