only send data to transports after they are really ready

This commit is contained in:
Aleix Conchillo Flaqué
2025-05-05 14:06:58 -07:00
parent e15fa8777a
commit 855d567b1e
11 changed files with 58 additions and 24 deletions

View File

@@ -13,6 +13,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed an issue that could cause data to be sent to the transports when they
were still not ready.
- Remove custom audio tracks from `DailyTransport` before leaving.
## [0.0.66] - 2025-05-02