From 62319021f8f406da718b274ff4061c845b3d06eb Mon Sep 17 00:00:00 2001 From: Designedforusers Date: Sat, 2 Aug 2025 14:53:44 -0400 Subject: [PATCH] docs: Add changelog entry for TavusVideoService fix Added changelog entry as requested by maintainers for the fix addressing missing transcription callbacks in TavusVideoService. --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d31a76c75..84f7c7047 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed an issue in `LiveKitTransport` where empty `AudioRawFrame`s were pushed down the pipeline. This resulted in warnings by the STT processor. +- Fixed an issue with the `TavusVideoService` where an error was thrown due to + missing transcription callbacks. + ## [0.0.77] - 2025-07-31 ### Added