fix: rm record script injection

This commit is contained in:
Rohit Rajan
2026-02-12 18:42:16 +05:30
parent a84e615244
commit d127f0c8f0
2 changed files with 28 additions and 10 deletions

View File

@@ -32,7 +32,7 @@ export const initializeRemoteBrowserForRecording = (userId: string, mode: string
const remoteBrowser = browserPool.getRemoteBrowser(activeId);
remoteBrowser?.updateSocket(socket);
} else {
const browserSession = new RemoteBrowser(socket, userId, id);
const browserSession = new RemoteBrowser(socket, userId, id, true);
browserSession.interpreter.subscribeToPausing();
try {