config: use Jitsi's STUN servers by default, instead of Google's
This commit is contained in:
parent
92e81c3dbf
commit
3121494d4b
|
@ -344,9 +344,7 @@ var config = {
|
||||||
stunServers: [
|
stunServers: [
|
||||||
|
|
||||||
// { urls: 'stun:jitsi-meet.example.com:443' },
|
// { urls: 'stun:jitsi-meet.example.com:443' },
|
||||||
{ urls: 'stun:stun.l.google.com:19302' },
|
{ urls: 'stun:meet-jit-si-turnrelay.jitsi.net:443' }
|
||||||
{ urls: 'stun:stun1.l.google.com:19302' },
|
|
||||||
{ urls: 'stun:stun2.l.google.com:19302' }
|
|
||||||
],
|
],
|
||||||
|
|
||||||
// Sets the ICE transport policy for the p2p connection. At the time
|
// Sets the ICE transport policy for the p2p connection. At the time
|
||||||
|
|
Loading…
Reference in New Issue