DailyTransport: don't timeout prematurely on join

This commit is contained in:
Aleix Conchillo Flaqué
2025-10-27 17:52:19 -07:00
parent 8b063116ab
commit f3c4bf08dd
2 changed files with 21 additions and 24 deletions

View File

@@ -17,6 +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 in the runner where starting a DailyTransport room via
`/start` didn't support using the `DAILY_SAMPLE_ROOM_URL` env var.