Browse Source

config: remove obsolete options

master
bgrozev 5 years ago
parent
commit
5867eaf560
No account linked to committer's email address
2 changed files with 0 additions and 8 deletions
  1. 0
    6
      config.js
  2. 0
    2
      react/features/base/config/configWhitelist.js

+ 0
- 6
config.js View File

@@ -269,9 +269,6 @@ var config = {
269 269
     // bridge itself is reachable via UDP)
270 270
     // useTurnUdp: false
271 271
 
272
-    // Enable IPv6 support.
273
-    // useIPv6: true,
274
-
275 272
     // Enables / disables a data communication channel with the Videobridge.
276 273
     // Values can be 'datachannel', 'websocket', true (treat it as
277 274
     // 'datachannel'), undefined (treat it as 'datachannel') and false (don't
@@ -282,9 +279,6 @@ var config = {
282 279
     // UI
283 280
     //
284 281
 
285
-    // Use display name as XMPP nickname.
286
-    // useNicks: false,
287
-
288 282
     // Require users to always specify a display name.
289 283
     // requireDisplayName: true,
290 284
 

+ 0
- 2
react/features/base/config/configWhitelist.js View File

@@ -147,8 +147,6 @@ export default [
147 147
     'stereo',
148 148
     'subject',
149 149
     'testing',
150
-    'useIPv6',
151
-    'useNicks',
152 150
     'useStunTurn',
153 151
     'useTurnUdp',
154 152
     'webrtcIceTcpDisable',

Loading…
Cancel
Save