Skip to content

Commit

Permalink
port changed to 443 for hosting
Browse files Browse the repository at this point in the history
  • Loading branch information
hkaur008 committed Jul 8, 2021
1 parent 9a6016d commit 4cce0c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ let myId = null ;
var peer = new Peer(undefined, {
path: '/peerjs',
host: '/',
port: '3030',
port: '443',
});


Expand Down
2 changes: 1 addition & 1 deletion public/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ let myId = null ;
var peer = new Peer(undefined, {
path: '/peerjs',
host: '/',
port: '3030',
port: '443',
});

let myVideoStream;
Expand Down

0 comments on commit 4cce0c1

Please sign in to comment.