瀏覽代碼

fix(deviceselectionpopup): the name and position of device selection button for film strip only mode

j8
hristoterezov 8 年之前
父節點
當前提交
5a14d1ed6c
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      interface_config.js

+ 2
- 2
interface_config.js 查看文件

36
      */
36
      */
37
     TOOLBAR_BUTTONS: [
37
     TOOLBAR_BUTTONS: [
38
         //main toolbar
38
         //main toolbar
39
-        'microphone', 'camera', 'desktop', 'invite', 'fullscreen', 'hangup', 'deviceselection', // jshint ignore:line
39
+        'microphone', 'camera', 'desktop', 'invite', 'fullscreen', 'fodeviceselection', 'hangup', // jshint ignore:line
40
         //extended toolbar
40
         //extended toolbar
41
         'profile', 'contacts', 'chat', 'recording', 'etherpad', 'sharedvideo', 'dialout', 'settings', 'raisehand', 'filmstrip'], // jshint ignore:line
41
         'profile', 'contacts', 'chat', 'recording', 'etherpad', 'sharedvideo', 'dialout', 'settings', 'raisehand', 'filmstrip'], // jshint ignore:line
42
     /**
42
     /**
43
      * Main Toolbar Buttons
43
      * Main Toolbar Buttons
44
      * All of them should be in TOOLBAR_BUTTONS
44
      * All of them should be in TOOLBAR_BUTTONS
45
      */
45
      */
46
-    MAIN_TOOLBAR_BUTTONS: ['microphone', 'camera', 'desktop', 'invite', 'fullscreen', 'hangup', 'deviceselection'], // jshint ignore:line
46
+    MAIN_TOOLBAR_BUTTONS: ['microphone', 'camera', 'desktop', 'invite', 'fullscreen', 'fodeviceselection', 'hangup'], // jshint ignore:line
47
     SETTINGS_SECTIONS: ['language', 'devices', 'moderator'],
47
     SETTINGS_SECTIONS: ['language', 'devices', 'moderator'],
48
     // Determines how the video would fit the screen. 'both' would fit the whole
48
     // Determines how the video would fit the screen. 'both' would fit the whole
49
     // screen, 'height' would fit the original video height to the height of the
49
     // screen, 'height' would fit the original video height to the height of the

Loading…
取消
儲存