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

Options for breakout room updated.

Link copied to clipboard
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
typealias UpdateHostNewRoom = (Int) -> Unit
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Handles breakout room updates based on the received data and parameters.

Link copied to clipboard

Launches the breakout rooms by toggling the visibility of the breakout rooms modal.