fix: add support for DAILY_SAMPLE_ROOM_URL when calling /start for DailyTransport

This commit is contained in:
Mark Backman
2025-10-22 16:48:30 -04:00
parent 54691ee781
commit 60e9817f16
2 changed files with 12 additions and 1 deletions

View File

@@ -12,6 +12,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Upgraded `aws_sdk_bedrock_runtime` to v0.1.1 to resolve potential CPU issues
when running `AWSNovaSonicLLMService`.
### Fixed
- Fixed an issue in the runner where starting a DailyTransport room via
`/start` didn't support using the `DAILY_SAMPLE_ROOM_URL` env var.
## [0.0.91] - 2025-10-21
### Added