|
@@ -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)
|