From 414e65a385f0992c0d8d44b40a71e548693bc254 Mon Sep 17 00:00:00 2001 From: "Glitch (peerjs-video)" Date: Fri, 11 Sep 2020 22:17:44 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9C=F0=9F=8C=85=20Checkpoint=20./publi?= =?UTF-8?q?c/main.js:5975361/388?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/main.js | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/public/main.js b/public/main.js index 0d3460e..c25da9a 100644 --- a/public/main.js +++ b/public/main.js @@ -8,13 +8,9 @@ var app = new Vue({ path: '/peerjs/myapp', config: { 'iceServers': [ - { urls: 'stun:stun.l.google.com:19302' }, - { urls: 'stun:stun.stunprotocol.org:3478' }, - { urls: 'stun:stun.sipnet.net:3478' }, - { urls: 'stun:stun.ideasip.com:3478' }, - { urls: 'stun:stun.iptel.org:3478' }, + { urls: 'stun:stun.snikket.freeddns.org:3478' }, { - urls: 'turn:161.35.211.133:3478', + urls: 'turn:turn.snikket.freeddns.org:3478', username: 'guest', credential: 'somepassword' }