"Fossies" - the Fresh Open Source Software Archive 
Member "jitsi-meet-7553/react/features/conference/components/constants.ts" (27 Sep 2023, 364 Bytes) of package /linux/misc/jitsi-meet-7553.tar.gz:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) TypeScript source code syntax highlighting (style:
standard) with prefixed line numbers and
code folding option.
Alternatively you can here
view or
download the uninterpreted source code file.
1 export const CONFERENCE_INFO = {
2 alwaysVisible: [ 'raised-hands-count', 'recording' ],
3 autoHide: [
4 'highlight-moment',
5 'subject',
6 'conference-timer',
7 'participants-count',
8 'e2ee',
9 'transcribing',
10 'video-quality',
11 'visitors-count',
12 'insecure-room',
13 'top-panel-toggle'
14 ]
15 };