Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sometimes call never transitions out of "idle" state #25

Open
mdwelsh opened this issue Dec 8, 2023 · 0 comments
Open

Sometimes call never transitions out of "idle" state #25

mdwelsh opened this issue Dec 8, 2023 · 0 comments
Assignees

Comments

@mdwelsh
Copy link
Contributor

mdwelsh commented Dec 8, 2023

After creating a VoiceSession and calling ".start()" on it, sometimes we never get a message saying that the session has transitioned from "idle" to "thinking" state. Hence the call is hung and we never get a welcome message from the agent.

Related: If we .stop() the session when it's in this state and call .start() again, it looks like it never tries to reconnect (either to the websocket or the room). So there is a client-side bug there (which I will fix).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants