Package-level declarations
Types
Link copied to clipboard
data class BreakoutRoomUpdatedData(val forHost: Boolean? = null, val newRoom: Int? = null, val members: List<Participant>? = null, val breakoutRooms: List<List<BreakoutParticipant>>? = null, val status: String? = null)
Data class representing breakout room update information.
Link copied to clipboard
data class BreakoutRoomUpdatedOptions(val data: BreakoutRoomUpdatedData, val parameters: BreakoutRoomUpdatedParameters)
Options for breakout room updated.
Link copied to clipboard
Abstract class for parameters.
Link copied to clipboard
Type definition for breakout room updated function.
Link copied to clipboard
data class LaunchBreakoutRoomsOptions(val updateIsBreakoutRoomsModalVisible: (Boolean) -> Unit, val isBreakoutRoomsModalVisible: Boolean)
Defines options for launching breakout rooms, including the function to update visibility and the current modal visibility state.
Link copied to clipboard
Type definition for the function that launches breakout rooms.
Link copied to clipboard
Link copied to clipboard
Type definitions for breakout room updates.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard