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 95ff351 commit d650e30Copy full SHA for d650e30
.changeset/eighty-cobras-arrive.md
@@ -0,0 +1,5 @@
1
+---
2
+'@livekit/agents': patch
3
4
+
5
+Fix agent session race condition by always waiting for activity to start
agents/src/voice/agent_session.ts
@@ -209,7 +209,7 @@ export class AgentSession<
209
});
210
this.roomIO.start();
211
212
- this.updateActivity(this.agent);
+ await this.updateActivity(this.agent);
213
214
// Log used IO configuration
215
this.logger.debug(
0 commit comments