chore(changelog): add entry for LiveKitTransport audio subscribed event fix

This commit is contained in:
Yash Dev Lamba
2025-07-23 22:41:20 +05:30
parent 0e6874b605
commit 960bc9df5b

View File

@@ -53,6 +53,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
it was only meant to do that when there were no "regular" (non-function-call)
messages in the context, to ensure that inference would run properly.
- Fixed an issue in `LiveKitTransport` where the `on_audio_track_subscribed` was never emitted.
## [0.0.76] - 2025-07-11
### Added