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.

interface_config_dev.js 552B

12345678910111213141516
  1. var interfaceConfigDev = {
  2. DISABLE_VIDEO_BACKGROUND:true,
  3. TOOLBAR_BUTTONS: [
  4. 'microphone', 'camera', 'closedcaptions', 'desktop', 'fullscreen',
  5. 'fodeviceselection', 'hangup', 'profile', 'info', 'chat', 'recording',
  6. 'livestreaming', 'etherpad', 'sharedvideo', 'settings', 'raisehand',
  7. 'videoquality', 'filmstrip', 'invite', 'feedback', 'stats', 'shortcuts',
  8. 'tileview', 'videobackgroundblur', 'download', 'help', 'mute-everyone',
  9. 'e2ee'
  10. ],
  11. }
  12. Object.assign(interfaceConfig,interfaceConfigDev)