Const
Launches the breakout rooms by toggling the visibility of the breakout rooms modal.
The options object.
Function to update the visibility state of the breakout rooms modal.
Current visibility state of the breakout rooms modal.
const options: LaunchBreakoutRoomsOptions = { updateIsBreakoutRoomsModalVisible: setModalVisible, isBreakoutRoomsModalVisible: false,}launchBreakoutRooms(options)// Toggles the breakout rooms modal to visible. Copy
const options: LaunchBreakoutRoomsOptions = { updateIsBreakoutRoomsModalVisible: setModalVisible, isBreakoutRoomsModalVisible: false,}launchBreakoutRooms(options)// Toggles the breakout rooms modal to visible.
Launches the breakout rooms by toggling the visibility of the breakout rooms modal.