BreakoutParticipant

data class BreakoutParticipant(val name: String, val breakRoom: Int? = null)

Represents a participant in a breakout room.

Constructors

Link copied to clipboard
constructor(name: String, breakRoom: Int? = null)

Properties

Link copied to clipboard
val breakRoom: Int? = null

Breakout room number/index

Link copied to clipboard

Participant name