fix(configWhitelist): alphasort

This commit is contained in:
Hristo Terezov
2025-01-15 12:55:53 -06:00
parent 35554533d1
commit 5ebf5adfa2

View File

@@ -22,6 +22,7 @@ export default [
'apiLogLevels',
'avgRtpStatsN',
'backgroundAlpha',
'brandingRoomAlias',
'breakoutRooms',
'bridgeChannel',
'buttonsWithNotifyClick',
@@ -76,7 +77,6 @@ export default [
'channelLastN',
'connectionIndicators',
'constraints',
'brandingRoomAlias',
'deeplinking.disabled',
'deeplinking.desktop.enabled',
'defaultLocalDisplayName',
@@ -227,9 +227,9 @@ export default [
'useTurnUdp',
'videoQuality',
'visitors.enableMediaOnPromote',
'watchRTCConfigParams.console',
'watchRTCConfigParams.allowBrowserLogCollection',
'watchRTCConfigParams.collectionInterval',
'watchRTCConfigParams.console',
'watchRTCConfigParams.debug',
'watchRTCConfigParams.keys',
'watchRTCConfigParams.logGetStats',