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.
This commit is contained in:
Saúl Ibarra Corretgé 2017-05-15 12:15:00 +01:00
parent ede5be119f
commit a96a70869d
1 changed files with 1 additions and 1 deletions

View File

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