SingleParticipant

@Serializable
data class SingleParticipant(participant: ParticipantId) : StreamingLayout

Only show a single participant in the stream.

Constructors

Link copied to clipboard
fun SingleParticipant(participant: ParticipantId)

Properties

Link copied to clipboard
val participant: ParticipantId

The ID of the participant to show.