From 2ee0807e502fc474669a3edae945edb741e07a02 Mon Sep 17 00:00:00 2001 From: sayandippaul Date: Tue, 30 Jul 2024 13:54:26 +0530 Subject: [PATCH] faltu --- public/js/chat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/chat.js b/public/js/chat.js index 9648863..dcd3618 100644 --- a/public/js/chat.js +++ b/public/js/chat.js @@ -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;