From 5128089d427c1ac11b0081180fad61b4e60aa0d6 Mon Sep 17 00:00:00 2001 From: filipi87 Date: Tue, 10 Feb 2026 14:02:32 -0300 Subject: [PATCH] Add changelog entries for PR #3653. --- changelog/3653.added.2.md | 1 + changelog/3653.added.md | 1 + changelog/3653.changed.md | 1 + 3 files changed, 3 insertions(+) create mode 100644 changelog/3653.added.2.md create mode 100644 changelog/3653.added.md create mode 100644 changelog/3653.changed.md diff --git a/changelog/3653.added.2.md b/changelog/3653.added.2.md new file mode 100644 index 000000000..5207bdeaf --- /dev/null +++ b/changelog/3653.added.2.md @@ -0,0 +1 @@ +- Added support for `video_settings` parameter in `LiveAvatarNewSessionRequest` to configure video encoding (H264/VP8) and quality levels. \ No newline at end of file diff --git a/changelog/3653.added.md b/changelog/3653.added.md new file mode 100644 index 000000000..09c5f3142 --- /dev/null +++ b/changelog/3653.added.md @@ -0,0 +1 @@ +- Added support for `is_sandbox` parameter in `LiveAvatarNewSessionRequest` to enable sandbox mode for HeyGen LiveAvatar sessions. \ No newline at end of file diff --git a/changelog/3653.changed.md b/changelog/3653.changed.md new file mode 100644 index 000000000..a2c9aa3c3 --- /dev/null +++ b/changelog/3653.changed.md @@ -0,0 +1 @@ +- Changed default session mode from "CUSTOM" to "LITE" in HeyGen LiveAvatar integration, with VP8 as the default video encoding. \ No newline at end of file