transports: on_client_disconnected only if remote client disconnects

This commit is contained in:
Aleix Conchillo Flaqué
2025-09-15 11:35:40 -07:00
parent 22cbba002a
commit 8569b61598
3 changed files with 17 additions and 5 deletions

View File

@@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed a `FastAPIWebsocketTransport` and `SmallWebRTCTransport` issue where
`on_client_disconnected` would be triggered when the bot ends the
conversation. That is, `on_client_disconnected` should only be triggered when
the remote client actually disconnects.
- Fixed an issue in `HeyGenVideoService` where the `BotStartedSpeakingFrame`
was blocked from moving through the Pipeline.