522 B
522 B
- Daily rooms created by the development runner (
pipecat.runner.run) now expire after 4 hours witheject_at_room_exp=True, mirroring Pipecat Cloud's max session limit. Previously, runner-created rooms inherited a 2-hour expiration on the default code paths and had no expiration at all when callers posted partialdailyRoomProperties(e.g.{"start_video_off": true}) to/start, causing rooms to accumulate indefinitely. Explicitexpandeject_at_room_expvalues indailyRoomPropertiesare still respected.