Explorar el Código

fix(configWhitelist): Remove some props.

factor2
Hristo Terezov hace 5 meses
padre
commit
97146ed8a7
Se han modificado 1 ficheros con 11 adiciones y 4 borrados
  1. 11
    4
      react/features/base/config/configWhitelist.ts

+ 11
- 4
react/features/base/config/configWhitelist.ts Ver fichero

@@ -76,7 +76,6 @@ export default [
76 76
     'channelLastN',
77 77
     'connectionIndicators',
78 78
     'constraints',
79
-    'customToolbarButtons',
80 79
     'brandingRoomAlias',
81 80
     'debug',
82 81
     'debugAudioLevels',
@@ -149,7 +148,6 @@ export default [
149 148
     'enableNoisyMicDetection',
150 149
     'enableTcc',
151 150
     'enableAutomaticUrlCopy',
152
-    'etherpad_base',
153 151
     'faceLandmarks',
154 152
     'failICE',
155 153
     'feedbackPercentage',
@@ -172,7 +170,6 @@ export default [
172 170
     'hideAddRoomButton',
173 171
     'hideEmailInSettings',
174 172
     'hideLobbyButton',
175
-    'hosts',
176 173
     'iAmRecorder',
177 174
     'iAmSipGateway',
178 175
     'ignoreStartMuted',
@@ -236,7 +233,17 @@ export default [
236 233
     'useTurnUdp',
237 234
     'videoQuality',
238 235
     'visitors',
239
-    'watchRTCConfigParams',
236
+    'watchRTCConfigParams.console',
237
+    'watchRTCConfigParams.allowBrowserLogCollection',
238
+    'watchRTCConfigParams.collectionInterval',
239
+    'watchRTCConfigParams.debug',
240
+    'watchRTCConfigParams.keys',
241
+    'watchRTCConfigParams.logGetStats',
242
+    'watchRTCConfigParams.rtcApiKey',
243
+    'watchRTCConfigParams.rtcPeerId',
244
+    'watchRTCConfigParams.rtcRoomId',
245
+    'watchRTCConfigParams.rtcTags',
246
+    'watchRTCConfigParams.rtcToken',
240 247
     'webrtcIceTcpDisable',
241 248
     'webrtcIceUdpDisable',
242 249
     'whiteboard.enabled'

Loading…
Cancelar
Guardar