ソースを参照

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,14 +36,14 @@ var interfaceConfig = { // eslint-disable-line no-unused-vars
36 36
      */
37 37
     TOOLBAR_BUTTONS: [
38 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 40
         //extended toolbar
41 41
         'profile', 'contacts', 'chat', 'recording', 'etherpad', 'sharedvideo', 'dialout', 'settings', 'raisehand', 'filmstrip'], // jshint ignore:line
42 42
     /**
43 43
      * Main Toolbar Buttons
44 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 47
     SETTINGS_SECTIONS: ['language', 'devices', 'moderator'],
48 48
     // Determines how the video would fit the screen. 'both' would fit the whole
49 49
     // screen, 'height' would fit the original video height to the height of the

読み込み中…
キャンセル
保存