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.
2 parents 893a27b + 0a58c89 commit 16661f8Copy full SHA for 16661f8
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