BreakoutParticipant

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

BreakoutRoomsModal - Modal for managing breakout rooms.

Displays breakout rooms with options to create, edit, delete rooms and manage participants.

Constructors

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

Properties

Link copied to clipboard
val breakRoom: Int? = null
Link copied to clipboard