Skip to content

Commit

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

// Extract room ID from URL

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

videocalllink=roomId;
acceptroom=data.room;
Expand Down

0 comments on commit 2ee0807

Please sign in to comment.