diff --git a/public/scripts/index.js b/public/scripts/index.js index f5a89f0..0766e63 100644 --- a/public/scripts/index.js +++ b/public/scripts/index.js @@ -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"),