We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b39d295 commit 0a58c89Copy full SHA for 0a58c89
components/embed-iframe/session-view.tsx
@@ -77,7 +77,7 @@ export const SessionView = ({
77
});
78
room.disconnect();
79
}
80
- }, 10_000);
+ }, 20_000);
81
82
return () => clearTimeout(timeout);
83
}, [agentState, sessionStarted, room, onDisplayError]);
0 commit comments