Discussions

Ask a Question

CSP Error in Microsoft Teams Custom App – unsafe-eval Not Allowed

I'm integrating the @heygen/streaming-avatar SDK into a Microsoft Teams custom app, but I'm encountering a critical Content Security Policy (CSP) error that prevents functionality:

Call audio/video quality monitoring for interactive avatars

is there some way to monitor call and audio quality for interactive avatars ? Is there some recommendation or integration with 3rd party tools ?

Voice Glitch in Specific Avatar + Language Switching Issue Across Avatars

Hi ,

Emotions and pauses in text

"voice": {
"type": "ssml",
"input_text": "Привет! <break time="1s"/> Как дела?",
"voice_id": "..."
}
Is there ssml support for generating video from text? How to set pauses and emotions in text for api video generation?

Live Streaming

My name is Laxmipriya Kar, and I’m currently working on a Python-based project using Streamlit that functions as an AI Interview Agent. In this setup, the AI takes on the role of an interviewer, dynamically generating follow-up questions based on the candidate’s responses in real time.

Critically Slow Avatar Initialization (10-60 sec) for v1/streaming.new Sequential Calls

Issue Description:
We're experiencing unacceptably long processing times (10-60 seconds) for v1/streaming.new API calls during sequential avatar initialization. The issue is consistently reproducible with 10+ consecutive calls.

Streaming Avatar getting disconnect after 10 to 15 seconds

so below i will be attaching the process of how i am starting the things and let me know if there is any problem in the approach because my session starts correctly and working completely fine but then disconnects suddently after 10 or so seconds and i see in the disconnect room section console log a 5 text only.

Avatar IV via API?

When will be Avatar IV via API available?

Need a Way to Cancel streaming.new if User Closes Window Before SessionID Returns

In our interactive avatar integration, we initiate a session using two API calls: streaming.new followed by streaming.start. However, if the user clicks "Start" and then immediately closes the window, the streaming.new call remains pending (for 20–23 seconds), and we never receive a session_id.

Is it possible to host a HeyGen Interactive Avatar on AWS?

We're trying to deploy an avatar app on an AWS EC2 instance, and while it runs perfectly fine in our local environment, we're encountering an issue in production.