From e87ec769a1956bc748418c5e39d1d23d4792ad93 Mon Sep 17 00:00:00 2001 From: "Glitch (peerjs-video)" Date: Wed, 9 Sep 2020 08:39:30 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=96=F0=9F=95=B9=20Checkpoint=20./publi?= =?UTF-8?q?c/main.js:5975361/608?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/main.js | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/public/main.js b/public/main.js index 3c1e67f..7607500 100644 --- a/public/main.js +++ b/public/main.js @@ -3,22 +3,9 @@ var Peer = window.Peer; var app = new Vue({ el: '#app', data: { - // peerConfig: { - // default: { 'iceServers': [{ 'urls': 'stun:stun.l.google.com:19302' }], 'sdpSemantics': 'unified-plan' }, - // turn: { 'iceServers': [{ 'urls': 'stun:stun.l.google.com:19302' }, { - // url: 'turn:numb.viagenie.ca', - // credential: 'muazkh', - // username: 'webrtc@live.com' - // }], 'sdpSemantics': 'unified-plan' }, - // }, peer: new Peer(localStorage.getItem('yaswvc-peerId'), { host: '/', - path: '/peerjs/myapp', - config: { 'iceServers': [{ 'urls': 'stun:stun.l.google.com:19302' }, { - url: 'turn:numb.viagenie.ca', - credential: 'muazkh', - username: 'webrtc@live.com' - }], 'sdpSemantics': 'unified-plan' } + path: '/peerjs/myapp' }), stream: null, calls: [],