You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

constants.js 310B

12345678910111213
  1. export const CONFERENCE_INFO = {
  2. alwaysVisible: [ 'recording', 'raised-hands-count' ],
  3. autoHide: [
  4. 'highlight-moment',
  5. 'subject',
  6. 'conference-timer',
  7. 'participants-count',
  8. 'e2ee',
  9. 'transcribing',
  10. 'video-quality',
  11. 'insecure-room'
  12. ]
  13. };