#Hi guys
1 messages · Page 1 of 1 (latest)
im using this repo of yours
https://github.com/elevenlabs/elevenlabs-examples
im using preciselly the next.js example
i just add a brand new agent and started log all events in the console. And i realized that when i interrupt the AI, an interruption event pops up and the agent stops talking (even though it continues processing everything)
Hey buddy. Please, help us.. we are running a large call center project. Bernardo is using the startup setup just to explore de bug. Thanks
Hello sir
This is very strange - let me check out the example and see if there are any issues with it.
In the mean-time there is another example here: https://github.com/elevenlabs/elevenlabs-examples/tree/main/examples/conversational-ai/talk-to-santa
I can guarantee that this NextJS example is fully-functional as it's deployed to: https://www.talktosanta.io/
When an interruption event happens (the user starts to talk over the agent) we stop the audio - do you have a use-case where this behaviour isn't expected?
Here is the logic: https://github.com/elevenlabs/packages/blob/main/packages/client/src/index.ts
Hi Louis,
I meant the AI audio stops forever. When I stop talking, the AI audio doesn't come back to the conversation
Are you able to play-back the conversation audio in the ElevenLabs Dashboard?
I would check the network tab and take a look at the WebSocket messages being sent to/from. If you send me the logs I should be able to help. If you give me an agent ID I can check the logs.
I've done some tests, and I can play the conversation in "Conversation history" properly. I can listen to the parts i wasnt able to listen at runtime.
I also was able to log the events using "console.log" in the code. I was able to read the messages in console that i wasnt able to listen