mirror of
https://api.glitch.com/git/yaswvc
synced 2026-01-12 05:28:10 +00:00
🌒🎁 Checkpoint
./public/main.js:3115263/170
This commit is contained in:
parent
5118e25386
commit
4c208382bb
1 changed files with 0 additions and 6 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue