DailyTransport: process audio, video and event callbacks in separate tasks

This commit is contained in:
Aleix Conchillo Flaqué
2025-05-23 00:38:40 -07:00
parent 69ac70eed8
commit c3cfd1f0ce
2 changed files with 80 additions and 56 deletions

View File

@@ -136,6 +136,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Performance
- `DailyTransport`: process audio, video and events in separate tasks.
- Don't create event handler tasks if no user event handlers have been
registered.