Skip to content

Commit

Permalink
betteer
Browse files Browse the repository at this point in the history
  • Loading branch information
sayandippaul committed Jul 30, 2024
1 parent 2ee0807 commit c622736
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/js/chat.js
Original file line number Diff line number Diff line change
Expand Up @@ -1278,9 +1278,9 @@ socket.on("startvideocall",function(data){

// Extract room ID from URL

window.location.href = `/videocall/${data.room}`;

videocalllink=roomId;
videocalllink= `/videocall/${data.room}`;
acceptroom=data.room;
// if(confirm("Do you want to join the video call?")==true){
// }
Expand Down

0 comments on commit c622736

Please sign in to comment.