|
@@ -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'
|