Add room_properties to the Daily runner configure() method

This commit is contained in:
Mark Backman
2025-10-15 10:28:03 -04:00
parent 6a1be90cbb
commit 73877218e9
2 changed files with 59 additions and 19 deletions

View File

@@ -12,6 +12,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added an `aggregate_sentences` arg in `ElevenLabsHttpTTSService`, where the
default value is True.
- Added a `room_properties` arg to the Daily runner's `configure()` method,
allowing `DailyRoomProperties` to be provided.
- The runner `--folder` argument now supports downloading files from
subdirectories.