|
@@ -260,9 +260,15 @@ var config = {
|
260
|
260
|
// is set in Jicofo and set to 2).
|
261
|
261
|
// minParticipants: 2,
|
262
|
262
|
|
263
|
|
- // Use XEP-0215 to fetch STUN and TURN servers.
|
|
263
|
+ // Use the TURN servers discovered via XEP-0215 for the jitsi-videobridge
|
|
264
|
+ // connection
|
264
|
265
|
// useStunTurn: true,
|
265
|
266
|
|
|
267
|
+ // Use TURN/UDP servers for the jitsi-videobridge connection (by default
|
|
268
|
+ // we filter out TURN/UDP because it is usually not needed since the
|
|
269
|
+ // bridge itself is reachable via UDP)
|
|
270
|
+ // useTurnUdp: false
|
|
271
|
+
|
266
|
272
|
// Enable IPv6 support.
|
267
|
273
|
// useIPv6: true,
|
268
|
274
|
|