Discussions

Ask a Question

JS SDK stopListening call

What is the expected behavior of this call? I have a button set up that is intended to act as a mic mute. When clicked, it calls a method that calls the stopListening method. On another click, it calls startListening, and so forth as a toggle. However, if I call it while the avatar is talking, I get a 400 response, and the error states it can't stop listening because the avatar is talking or interrupting. If I call it when it's not speaking, I get a 100 response, but the avatar still listens. I'm unclear on the functionality of this call. If this doesn't work, how do I mute the mic? Do I need to write my own handler for that? Here is the method that his called on click:

"quota not enough"?

Hi all,

API failing

I am using this code to call the API but it fails every time. I have tried many avatar_ids and voice_ids, either from the web interface or from listing the available ids and using those. I had some initial success but later it just failed. I cannot see the API calls in the API usage either:

[Recurring Issue] How to make the avatar listen but not respond automatically?

I'm trying to make the avatar listen to the user but not respond automatically. I'd like it to speak (repeat back) my custom generated response. How can I achieve this?

Random interactive session is attached to my account

I got the concurrent session error, when i checked api, there was one session showing active. But this was not started by me and this also want getting closed. Looks like this is using credits a lot. Any idea how to fix this?

please make some playground I still get error: 10007

Please could you make a better test account for the API I'm trying to develop and use your API, but since you don't have a C# Blazor Client, I'm debugging it all via JavaScript and I keep getting errors {"code":10007, "message": "Concurrent limit reached, please upgrade your plan for formal usage."}

How to avoid using knowledge base

I have my own backend api which connects with the llm and provides text output.
Right now all the conversation is going to the hygen knowledge base . What changes are needed to stop using the knowledge base

Streaming Avatar not respecting punctuation

When I trigger a REPEAT task with a pre-defined text, the streaming avatar does not respect punctuation. It does not take pauses between sentences. What can I do?

Erroe WS connetion StartvoiceChat

There is my log in the console :

how is hyegen audio processing so fast? is it using openai realtime api ?

Hi