Files
jitsi-meet/react/features/base/jwt/constants.ts
2022-09-23 11:13:32 +03:00

18 lines
333 B
TypeScript

/**
* 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',
'transcription'
];