Ver código fonte

fix(screen-sharing) Enable it by default on Firefox

Starting with Firefox 51 the extension is no longer mandatory, so make sure the
feature is not desabled by default.
efficient_tiling
Saúl Ibarra Corretgé 8 anos atrás
pai
commit
a96a70869d
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      config.js

+ 1
- 1
config.js Ver arquivo

@@ -41,7 +41,7 @@ var config = { // eslint-disable-line no-unused-vars
41 41
     // extension is required.
42 42
     desktopSharingFirefoxExtId: null,
43 43
     // Whether desktop sharing should be disabled on Firefox.
44
-    desktopSharingFirefoxDisabled: true,
44
+    desktopSharingFirefoxDisabled: false,
45 45
     // The maximum version of Firefox which requires a jidesha extension.
46 46
     // Example: if set to 41, we will require the extension for Firefox versions
47 47
     // up to and including 41. On Firefox 42 and higher, we will run without the

Carregando…
Cancelar
Salvar