From 4c208382bbce63887e8bf1f598a6e7246ff7222a Mon Sep 17 00:00:00 2001 From: "Glitch (hello-express)" Date: Mon, 25 May 2020 19:09:24 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=92=F0=9F=8E=81=20Checkpoint=20./publi?= =?UTF-8?q?c/main.js:3115263/170?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/main.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/public/main.js b/public/main.js index 09c94d9..e195688 100644 --- a/public/main.js +++ b/public/main.js @@ -15,12 +15,6 @@ let renderVideo = (stream) => { videoEl.srcObject = stream; }; -// navigator.mediaDevices.getUserMedia({video: true, audio: true}) -// .then((stream) => { -// renderVideo(stream); -// }) -// .catch((err) => console.error(err)) - let peer = new Peer({ host: '/', path: '/peerjs/myapp'