Merge pull request #1573 from saghul/enable-ff-ds
fix(screen-sharing) Enable it by default on Firefox
This commit is contained in:
commit
06d2c9fb7b
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue