mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-18 12:17:51 +00:00
- 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>
8 lines
149 B
JavaScript
8 lines
149 B
JavaScript
// @flow
|
|
|
|
import { getLogger } from '../base/logging/functions';
|
|
|
|
import { FEATURE_KEY } from './constants';
|
|
|
|
export default getLogger(FEATURE_KEY);
|