Files
jitsi-meet/react/features/base/react/index.js
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
135 B
JavaScript

export * from './components';
export * from './functions';
export { default as Platform } from './Platform';
export * from './Types';