examples(foundational): added 45-before-and-afet-events.py

This commit is contained in:
Aleix Conchillo Flaqué
2025-09-20 10:21:55 -07:00
parent 3d88b42e0b
commit ec664e2d33
2 changed files with 152 additions and 1 deletions

View File

@@ -13,7 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
`on_before_push_frame` and `on_after_push_frame`. These are synchronous events
that get called before and after a frame is processed or pushed. Note that
these events are synchrnous so they should ideally perform lightweight tasks
in order to not block the pipeline.
in order to not block the pipeline. See
`examples/foundational/45-before-and-after-events.py`.
- Added `on_before_leave` synchronous event to `DailyTransport`.