ソースを参照

feat(ScreenSharing): use sane defaults

Both Chrome and Firefox can work without extensions now, so it no longer makes
sense to default to disabling it in Chrome. Moreover, rely on the fact that
undefined is falsey so no actual config needs to be provided.
j8
Saúl Ibarra Corretgé 6年前
コミット
87f171caa4
1個のファイルの変更2行の追加2行の削除
  1. 2
    2
      config.js

+ 2
- 2
config.js ファイルの表示

@@ -146,7 +146,7 @@ var config = {
146 146
     desktopSharingChromeExtId: null,
147 147
 
148 148
     // Whether desktop sharing should be disabled on Chrome.
149
-    desktopSharingChromeDisabled: true,
149
+    // desktopSharingChromeDisabled: false,
150 150
 
151 151
     // The media sources to use when using screen sharing with the Chrome
152 152
     // extension.
@@ -156,7 +156,7 @@ var config = {
156 156
     desktopSharingChromeMinExtVersion: '0.1',
157 157
 
158 158
     // Whether desktop sharing should be disabled on Firefox.
159
-    desktopSharingFirefoxDisabled: false,
159
+    // desktopSharingFirefoxDisabled: false,
160 160
 
161 161
     // Optional desktop sharing frame rate options. Default value: min:5, max:5.
162 162
     // desktopSharingFrameRate: {

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