mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
16 lines
364 B
TypeScript
16 lines
364 B
TypeScript
export const CONFERENCE_INFO = {
|
|
alwaysVisible: [ 'raised-hands-count', 'recording' ],
|
|
autoHide: [
|
|
'highlight-moment',
|
|
'subject',
|
|
'conference-timer',
|
|
'participants-count',
|
|
'e2ee',
|
|
'transcribing',
|
|
'video-quality',
|
|
'visitors-count',
|
|
'insecure-room',
|
|
'top-panel-toggle'
|
|
]
|
|
};
|