From e5596c3cd53cb6032fa3311f6506158b35022da0 Mon Sep 17 00:00:00 2001 From: virtuacoplenny Date: Fri, 23 Mar 2018 10:52:32 -0700 Subject: [PATCH] fix(recording): let the google app for api calls be overridable (#2653) --- 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 ef3cdcf9a..5a165bc02 100644 --- a/react/features/base/config/functions.js +++ b/react/features/base/config/functions.js @@ -65,6 +65,7 @@ const WHITELISTED_KEYS = [ 'firefox_fake_device', 'forceJVB121Ratio', 'gatherStats', + 'googleApiApplicationClientID', 'hiddenDomain', 'hosts', 'iAmRecorder',