Ver código fonte

config: remove obsolete options

master
bgrozev 5 anos atrás
pai
commit
5867eaf560
Nenhuma conta vinculada ao e-mail do autor do commit
2 arquivos alterados com 0 adições e 8 exclusões
  1. 0
    6
      config.js
  2. 0
    2
      react/features/base/config/configWhitelist.js

+ 0
- 6
config.js Ver arquivo

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

+ 0
- 2
react/features/base/config/configWhitelist.js Ver arquivo

147
     'stereo',
147
     'stereo',
148
     'subject',
148
     'subject',
149
     'testing',
149
     'testing',
150
-    'useIPv6',
151
-    'useNicks',
152
     'useStunTurn',
150
     'useStunTurn',
153
     'useTurnUdp',
151
     'useTurnUdp',
154
     'webrtcIceTcpDisable',
152
     'webrtcIceTcpDisable',

Carregando…
Cancelar
Salvar