Skip to content

Commit

Permalink
public peerjs instance
Browse files Browse the repository at this point in the history
  • Loading branch information
notskamr committed Nov 28, 2024
1 parent ae8bbc5 commit 4e8dd0b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions public/scripts/cabin/cabin.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@ import Video from "./Video.js";
import { UserStream } from "./UserStream.js";

const socket = io('/');
const peer = new Peer(USER_ID, {
host: '/',
path: "/peerjs/firewood",
// debug: 2,
});
const peer = new Peer(USER_ID);

const videoGrid = "video-grid";

Expand Down

0 comments on commit 4e8dd0b

Please sign in to comment.