Bettenbuk Zoltan 475a2ae596 feat: lobby feature
The lobby feature adds the possibility to lock a meeting and only allow people in after virtually knocking and going through formal approval
2020-06-09 18:10:43 +02:00

6 lines
110 B
JavaScript

// @flow
import { getLogger } from '../base/logging/functions';
export default getLogger('features/lobby');