Files
jitsi-meet/react/features/breakout-rooms/components/native/index.js
Werner Fleischer b5faf9f62a feat(breakout-rooms) add breakout-rooms
- implement breakout-rooms
- integrated into the participants panel
- managed by moderators
- moderators can send participants to breakout-rooms
- participants can join breakout rooms by themselve
- participants can leave breakout rooms anytime

Co-authored-by: Robert Pintilii <robert.pin9@gmail.com>
Co-authored-by: Saúl Ibarra Corretgé <saghul@jitsi.org>
2021-11-19 10:27:34 +01:00

6 lines
232 B
JavaScript

// @flow
export { default as AddBreakoutRoomButton } from './AddBreakoutRoomButton';
export { default as AutoAssignButton } from './AutoAssignButton';
export { default as LeaveBreakoutRoomButton } from './LeaveBreakoutRoomButton';