Skip to content

Commit

Permalink
Fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
apssouza22 committed Nov 23, 2024
1 parent 6cecef5 commit 31f1196
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions public/scripts/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,7 @@ async function shareScreen() {
console.log(e)
}
}

const userId = crypto.randomUUID()
const userId = Date.now() + "";

let app = new VideoChatApp({
localVideo: document.getElementById("local-video"),
Expand Down

0 comments on commit 31f1196

Please sign in to comment.