docs: Add changelog entry for TavusVideoService fix

Added changelog entry as requested by maintainers for the fix addressing
missing transcription callbacks in TavusVideoService.
This commit is contained in:
Designedforusers
2025-08-02 14:53:44 -04:00
parent 3a7ea25077
commit 62319021f8

View File

@@ -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