BreakoutRoomsModal component is a React functional component that manages the breakout rooms modal. It allows users to create, edit, and manage breakout rooms for participants in a meeting.
<BreakoutRoomsModal isVisible={true} onBreakoutRoomsClose={handleClose} parameters={parameters} position="topRight" backgroundColor="#83c0e9"/> Copy
<BreakoutRoomsModal isVisible={true} onBreakoutRoomsClose={handleClose} parameters={parameters} position="topRight" backgroundColor="#83c0e9"/>
The properties for the BreakoutRoomsModal component.
The rendered BreakoutRoomsModal component.
Optional
Ignored by React.
Only kept in types for backwards compatibility. Will be removed in a future major release.
Used in debugging messages. You might want to set it explicitly if you want to display a different name for debugging purposes.
Legacy React Docs
const MyComponent: FC = () => { return <div>Hello!</div>}MyComponent.displayName = 'MyAwesomeComponent' Copy
const MyComponent: FC = () => { return <div>Hello!</div>}MyComponent.displayName = 'MyAwesomeComponent'
BreakoutRoomsModal component is a React functional component that manages the breakout rooms modal. It allows users to create, edit, and manage breakout rooms for participants in a meeting.
Component
Example