examples(foundational): added 45-before-and-afet-events.py
This commit is contained in:
@@ -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`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user