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.ts 364B

123456789101112131415
  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. };