DailyTransport: don't timeout prematurely on leave

This commit is contained in:
Aleix Conchillo Flaqué
2025-10-27 18:24:19 -07:00
parent f3c4bf08dd
commit d82d855c20
2 changed files with 9 additions and 13 deletions

View File

@@ -17,7 +17,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed an issue where `DailyTransport` would timeout prematurely on join.
- Fixed an issue where `DailyTransport` would timeout prematurely on join and on
leave.
- Fixed an issue in the runner where starting a DailyTransport room via
`/start` didn't support using the `DAILY_SAMPLE_ROOM_URL` env var.