From 960bc9df5bfe80d2a81195ef60c8514d728363d3 Mon Sep 17 00:00:00 2001 From: Yash Dev Lamba Date: Wed, 23 Jul 2025 22:41:20 +0530 Subject: [PATCH] chore(changelog): add entry for LiveKitTransport audio subscribed event fix --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcdab5793..2756ace44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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