fix: clean up configure() type hints, deduplicate token expiry, and improve comment

Narrow misleading Optional type hints on parameters that never accept
None, extract the duplicated token_exp_duration * 60 * 60 calculation,
remove unnecessary forward-reference quotes on DailyMeetingTokenProperties,
and clarify why enable_dialout is explicitly set to False.
This commit is contained in:
Mark Backman
2026-03-17 08:54:07 -04:00
parent 7e60320a74
commit e11b486312
2 changed files with 15 additions and 9 deletions

View File

@@ -0,0 +1 @@
- Narrowed misleading `Optional` type hints and deduplicated token expiry calculation in `configure()` (`pipecat.runner.daily`).