mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-15 12:17:47 +00:00
13 lines
279 B
JavaScript
13 lines
279 B
JavaScript
export const CONFERENCE_INFO = {
|
|
alwaysVisible: [ 'recording', 'local-recording' ],
|
|
autoHide: [
|
|
'subject',
|
|
'conference-timer',
|
|
'participants-count',
|
|
'e2ee',
|
|
'transcribing',
|
|
'video-quality',
|
|
'insecure-room'
|
|
]
|
|
};
|