jiti-meet/react/features/base/jwt/constants.js

18 lines
333 B
JavaScript
Raw Normal View History

2021-03-17 09:30:42 +00:00
/**
* The list of supported meeting features to enable/disable through jwt.
*/
export const MEET_FEATURES = [
'branding',
'calendar',
'callstats',
'livestreaming',
'lobby',
'moderation',
'outbound-call',
'recording',
'room',
'screen-sharing',
'sip-outbound-call',
2021-03-17 09:30:42 +00:00
'transcription'
];