From 97146ed8a70f37d5291477defbfbe0ac26c46fc3 Mon Sep 17 00:00:00 2001 From: Hristo Terezov Date: Tue, 7 Jan 2025 14:27:39 -0600 Subject: [PATCH] fix(configWhitelist): Remove some props. --- react/features/base/config/configWhitelist.ts | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/react/features/base/config/configWhitelist.ts b/react/features/base/config/configWhitelist.ts index 7188b86e03..a631edfed9 100644 --- a/react/features/base/config/configWhitelist.ts +++ b/react/features/base/config/configWhitelist.ts @@ -76,7 +76,6 @@ export default [ 'channelLastN', 'connectionIndicators', 'constraints', - 'customToolbarButtons', 'brandingRoomAlias', 'debug', 'debugAudioLevels', @@ -149,7 +148,6 @@ export default [ 'enableNoisyMicDetection', 'enableTcc', 'enableAutomaticUrlCopy', - 'etherpad_base', 'faceLandmarks', 'failICE', 'feedbackPercentage', @@ -172,7 +170,6 @@ export default [ 'hideAddRoomButton', 'hideEmailInSettings', 'hideLobbyButton', - 'hosts', 'iAmRecorder', 'iAmSipGateway', 'ignoreStartMuted', @@ -236,7 +233,17 @@ export default [ 'useTurnUdp', 'videoQuality', 'visitors', - 'watchRTCConfigParams', + 'watchRTCConfigParams.console', + 'watchRTCConfigParams.allowBrowserLogCollection', + 'watchRTCConfigParams.collectionInterval', + 'watchRTCConfigParams.debug', + 'watchRTCConfigParams.keys', + 'watchRTCConfigParams.logGetStats', + 'watchRTCConfigParams.rtcApiKey', + 'watchRTCConfigParams.rtcPeerId', + 'watchRTCConfigParams.rtcRoomId', + 'watchRTCConfigParams.rtcTags', + 'watchRTCConfigParams.rtcToken', 'webrtcIceTcpDisable', 'webrtcIceUdpDisable', 'whiteboard.enabled'