mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-09 23:12:30 +00:00
The lobby feature adds the possibility to lock a meeting and only allow people in after virtually knocking and going through formal approval
6 lines
110 B
JavaScript
6 lines
110 B
JavaScript
// @flow
|
|
|
|
import { getLogger } from '../base/logging/functions';
|
|
|
|
export default getLogger('features/lobby');
|