EditRoomModalOptions

data class EditRoomModalOptions(val editRoomModalVisible: Boolean = false, val updateEditRoomModalVisible: (Boolean) -> Unit, val currentRoom: List<BreakoutParticipant>? = null, val participantsRef: List<Participant> = emptyList(), val handleAddParticipant: (Int, BreakoutParticipant) -> Unit, val handleRemoveParticipant: (Int, BreakoutParticipant) -> Unit, val currentRoomIndex: Int? = null, val backgroundColor: Int = 0xFF88ABC2.toInt())

Constructors

Link copied to clipboard
constructor(editRoomModalVisible: Boolean = false, updateEditRoomModalVisible: (Boolean) -> Unit, currentRoom: List<BreakoutParticipant>? = null, participantsRef: List<Participant> = emptyList(), handleAddParticipant: (Int, BreakoutParticipant) -> Unit, handleRemoveParticipant: (Int, BreakoutParticipant) -> Unit, currentRoomIndex: Int? = null, backgroundColor: Int = 0xFF88ABC2.toInt())

Properties

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