From c22866ed58bbcb169963e28c5123dc25fd999b1c Mon Sep 17 00:00:00 2001 From: Filipi Fuchter Date: Mon, 4 Aug 2025 11:46:24 -0300 Subject: [PATCH] Mentioning the TavusVideoService fix in the changelog. --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index af91cb43d..969d63c5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated `daily-python` to 0.19.6. +- Changed `TavusVideoService` to send audio or video frames only after the + transport is ready, preventing warning messages at startup. + ### Fixed - Fixed an issue in `LiveKitTransport` where empty `AudioRawFrame`s were pushed