Files
jitsi-meet/react/features/conference/components/constants.ts
Robert Pintilii 09e4696c60 feat(title-bar) Update design (#12851)
Convert some files to TS
Move some styles from SCSS to JSS
Update design
2023-02-03 13:31:00 +02:00

15 lines
338 B
TypeScript

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