Files
pipecat/changelog/4048.changed.md
Mark Backman e11b486312 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-17 08:54:07 -04:00

129 B

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