Skip to content

Commit

Permalink
commited
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronak-Ronu committed Nov 20, 2022
1 parent 069f200 commit c40da11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const videogrid=document.getElementById('video-grid');
var peer = new Peer(undefined,{
path:'/peerjs',
host:'/',
port:'9000'
port:'443'
});
const myvideo=document.createElement('video');
myvideo.muted=true;
Expand Down

0 comments on commit c40da11

Please sign in to comment.