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 279B

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