transport: create input transports push frame task

This commit is contained in:
Aleix Conchillo Flaqué
2024-05-16 16:33:47 -07:00
parent 1a42188bce
commit add8d3cbaf
4 changed files with 40 additions and 12 deletions

View File

@@ -11,6 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `DailyTransport`: don't publish camera and audio tracks if not enabled.
- Fixed an issue in `BaseInputTransport` that was causing frames pushed
downstream not pushed in the right order.
## [0.0.15] - 2024-05-15
### Fixed