EditRoomModalOptions

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())