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