diff --git a/server/src/browser-management/controller.ts b/server/src/browser-management/controller.ts index 234a7159..7c5271bf 100644 --- a/server/src/browser-management/controller.ts +++ b/server/src/browser-management/controller.ts @@ -24,6 +24,7 @@ export const initializeRemoteBrowserForRecording = (userId: string): string => { const id = getActiveBrowserIdByState(userId, "recording") || uuid(); createSocketConnection( io.of(id), + userId, async (socket: Socket) => { // browser is already active const activeId = getActiveBrowserIdByState(userId, "recording");