Files
pipecat/changelog/4048.changed.md
Mark Backman 732afde3ea 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.
2026-03-20 21:34:20 -04:00

129 B

  • Narrowed misleading Optional type hints and deduplicated token expiry calculation in configure() (pipecat.runner.daily).