From 87f171caa4e6d045ae7fe72b380d2d3f6823f2a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Tue, 12 Feb 2019 10:54:09 +0100 Subject: [PATCH] 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. --- config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.js b/config.js index 1f51e361f..97cb764c1 100644 --- a/config.js +++ b/config.js @@ -146,7 +146,7 @@ var config = { desktopSharingChromeExtId: null, // Whether desktop sharing should be disabled on Chrome. - desktopSharingChromeDisabled: true, + // desktopSharingChromeDisabled: false, // The media sources to use when using screen sharing with the Chrome // extension. @@ -156,7 +156,7 @@ var config = { desktopSharingChromeMinExtVersion: '0.1', // Whether desktop sharing should be disabled on Firefox. - desktopSharingFirefoxDisabled: false, + // desktopSharingFirefoxDisabled: false, // Optional desktop sharing frame rate options. Default value: min:5, max:5. // desktopSharingFrameRate: {