浏览代码

auto acp scripted

dev
jfinn 5 年前
父节点
当前提交
0ef8da9a1f
共有 1 个文件被更改,包括 10 次插入1 次删除
  1. 10
    1
      interface_config_dev.js

+ 10
- 1
interface_config_dev.js 查看文件

@@ -1,7 +1,16 @@
1 1
 
2 2
 
3 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 16
 Object.assign(interfaceConfig,interfaceConfigDev)

正在加载...
取消
保存