jiti-meet/react/features/conference/components/constants.ts

15 lines
338 B
TypeScript
Raw Normal View History

export const CONFERENCE_INFO = {
alwaysVisible: [ 'recording', 'raised-hands-count' ],
autoHide: [
'highlight-moment',
'subject',
'conference-timer',
'participants-count',
'e2ee',
'transcribing',
'video-quality',
'insecure-room',
'top-panel-toggle'
]
};