feat: add enable_dialout parameter to configure() for dial-out rooms

Expose enable_dialout as a configure() parameter (default False) so
dial-out examples can opt in without needing to build DailyRoomProperties
manually.
This commit is contained in:
Mark Backman
2026-03-17 09:03:50 -04:00
parent e11b486312
commit 091f88e42e
2 changed files with 6 additions and 5 deletions

View File

@@ -1 +1 @@
- Narrowed misleading `Optional` type hints and deduplicated token expiry calculation in `configure()` (`pipecat.runner.daily`).
- Added `enable_dialout` parameter to `configure()` in `pipecat.runner.daily` to support dial-out rooms. Also narrowed misleading `Optional` type hints and deduplicated token expiry calculation.