Discussions

Ask a Question

Problem with Speech-To-Text

Hi there,
I am using the heygen streaming-avatar 2.0.10 library in VoiceChat mode when working with an interactive avatar in React.
I have a problem with voice recognition which is as follows.
For example if I say the following text: “I'm sure that speaking aloud helps you.”
As a result of recognition I get in : “Iam surethat speaking aloudhelps you.”
This problem is quite often repeated in a conversation.

Important 3 questions

  1. What is the maximum allowed interaction time with an avatar? If it is static, how can this be configured while creating the session? Please provide the exact limits for both free and paid accounts.
  2. How can the session be terminated if a user closes the window while the session is being created?
  3. How can we set a session timeout for a static avatar when there is no interaction for a specific duration?
    all this question are realated to realtime avatar sdk
    can you please help me with this questions
ANSWERED

Customizing the interactive avatar

Integrated the new interactive avatar using the suggested html code. Can the default language be changed to something else than English, and can the text of the button be changed from "Chat now" to something else? How?

Does enpodint, which creates webm videos, support callbacks?

I noticed that https://docs.heygen.com/reference/create-a-webm-video doesn't mention how to pass a callback_id. Does the https://api.heygen.com/v1/video.webm endpoint support this?

ANSWERED

Make integration

While integrating heygen with MAKE workflow tool, how do i add a support for captions from the create video api triggered during the workflow execution. There does exist an option for enabling caption, which enables the default caption, but i am looking to generate a video with captions from the available list of caption styles available on the dashboard section.

ANSWERED

Voice Chat with Streaming Avatar using SDK

Hi there

Bordered Font, when is it coming?

And Bonus: when are Captions are becoming stylable, so they are actual readable?

Getting cors issue

We are loading our application inside the IFRAME. Once we connected with VPN, we got a CORS error. Without VPN, it is loading fine.

ANSWERED

Embedding HeyGen Interactive Avatar

Hi everyone,

How to Cancel a Session While It's in phase when session is creating?

I am using HeyGen's Streaming Avatar SDK to create a session. I know that avatar.stopAvatar() can be used to stop an active session, but I need a way to cancel the session while it's still being created (before it's fully established).