LiveKitTransport: added synchronous before_disconnect event

This commit is contained in:
Aleix Conchillo Flaqué
2025-09-17 09:33:26 -07:00
committed by Chad Bailey
parent 10ff93307d
commit 0de31dab79
2 changed files with 10 additions and 1 deletions

View File

@@ -9,7 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added `on_before_disconnect` synchronous event to `DailyTransport`.
- Added `on_before_disconnect` synchronous event to `DailyTransport` and
`LiveKitTransport`.
- It is now possible to register synchronous event handlers. By default, all
event handlers are executed in a separate task. However, in some cases we want