Discussions

Ask a Question
ANSWERED

How do I integrate an OpenAI Assistant with the HeyGen streaming avatar?

How do I integrate an OpenAI Assistant with the HeyGen streaming avatar?

Updated Question: Persistent Lagging Issue with Streaming Avatars (Full-Body and Templates)

Hello everyone,

ANSWERED

Push To Talk

Hi Team ,
I can't find any documentation to impelement push to talk functionality ... is there an easy way to do this?
Thanks !

ANSWERED

Questions about API Integration with HeyGen

Hi HeyGen Team,

ANSWERED

Custom user text processing

Looking at other discussions: a general situation.

ANSWERED

Filter message inside an event or interrupt the avatar talking

I want to filter transcripted user voice input inside an event "USER_TALKING_MESSAGE". Is there any way, how to change text in "message.detail.message", or some method to change which text will be send for talking?
Or is there possibility to interrupt the avatar talking? I tried call {handleInterrupt}, but without success in any of these events ( USER_TALKING_MESSAGE, USER_END_MESSAGE, USER_START, USER_STOP, AVATAR_START_TALKING)

ANSWERED

Change Avatar Language after creating

I am trying to change the avatar language after creating it, is there a possible way.

ANSWERED

Action Taking based on output of avatar

Would it be possible for me to trigger event listeners in JS based on the output of the interactive avatar?

ANSWERED

CORS policy error in get request

const video = useCallback(async () => {
const options = {
method: "GET",
headers: { accept: "application/json", "x-api-key": apiKey },
};

Inconsistent Credit Consumption for Unused Streaming Avatar Sessions?

I've noticed that initializing a StreamingAvatar session sometimes consumes 0.1 credits even when the avatar never speaks or performs any actions, while other times the same unused session shows 0 credit consumption.