From 5d0ac7653ded2122a1828e566cea76f3c649fb38 Mon Sep 17 00:00:00 2001 From: Boris Grozev Date: Mon, 26 Feb 2018 11:45:42 -0600 Subject: [PATCH] config: Whitelists the desktopSharingFrameRate config key. --- react/features/base/config/functions.js | 1 + 1 file changed, 1 insertion(+) diff --git a/react/features/base/config/functions.js b/react/features/base/config/functions.js index 847adfce7..9b94afcbd 100644 --- a/react/features/base/config/functions.js +++ b/react/features/base/config/functions.js @@ -36,6 +36,7 @@ const WHITELISTED_KEYS = [ 'desktopSharingChromeExtId', 'desktopSharingChromeMinExtVersion', 'desktopSharingChromeSources', + 'desktopSharingFrameRate', 'desktopSharingFirefoxDisabled', 'desktopSharingSources', 'disable1On1Mode',