From 3121494d4b149108bd94185e2a4b22b8eafdc794 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Fri, 27 Mar 2020 22:45:42 +0100 Subject: [PATCH] config: use Jitsi's STUN servers by default, instead of Google's --- config.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config.js b/config.js index 8d18eceeb..4d6dc8a45 100644 --- a/config.js +++ b/config.js @@ -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