config: use Jitsi's STUN servers by default, instead of Google's

This commit is contained in:
Saúl Ibarra Corretgé 2020-03-27 22:45:42 +01:00 committed by Saúl Ibarra Corretgé
parent 92e81c3dbf
commit 3121494d4b
1 changed files with 1 additions and 3 deletions

View File

@ -344,9 +344,7 @@ var config = {
stunServers: [
// { urls: 'stun:jitsi-meet.example.com:443' },
{ urls: 'stun:stun.l.google.com:19302' },
{ urls: 'stun:stun1.l.google.com:19302' },
{ urls: 'stun:stun2.l.google.com:19302' }
{ urls: 'stun:meet-jit-si-turnrelay.jitsi.net:443' }
],
// Sets the ICE transport policy for the p2p connection. At the time