Merge pull request #3653 from pipecat-ai/filipi/heygen_lite

HeyGen improvements.
This commit is contained in:
Filipi da Silva Fuchter
2026-02-10 12:12:22 -05:00
committed by GitHub
6 changed files with 63 additions and 3 deletions

View File

@@ -0,0 +1 @@
- Added support for `video_settings` parameter in `LiveAvatarNewSessionRequest` to configure video encoding (H264/VP8) and quality levels.

1
changelog/3653.added.md Normal file
View File

@@ -0,0 +1 @@
- Added support for `is_sandbox` parameter in `LiveAvatarNewSessionRequest` to enable sandbox mode for HeyGen LiveAvatar sessions.

View File

@@ -0,0 +1 @@
- Changed default session mode from "CUSTOM" to "LITE" in HeyGen LiveAvatar integration, with VP8 as the default video encoding.