Browse Source

auto acp scripted

dev
jfinn 5 years ago
parent
commit
0ef8da9a1f
1 changed files with 10 additions and 1 deletions
  1. 10
    1
      interface_config_dev.js

+ 10
- 1
interface_config_dev.js View File

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

Loading…
Cancel
Save