From d26f512ba326ff3c2bb0e601d47a2dde09207c89 Mon Sep 17 00:00:00 2001 From: Julien Vantyghem Date: Mon, 16 Mar 2026 19:54:04 -0600 Subject: [PATCH] update docstring following https://github.com/pipecat-ai/pipecat/pull/3916 --- src/pipecat/transports/daily/utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pipecat/transports/daily/utils.py b/src/pipecat/transports/daily/utils.py index 8719cfe7d..8c7526357 100644 --- a/src/pipecat/transports/daily/utils.py +++ b/src/pipecat/transports/daily/utils.py @@ -89,7 +89,7 @@ class DailyRoomProperties(BaseModel): enable_emoji_reactions: Whether emoji reactions are enabled. eject_at_room_exp: Whether to remove participants when room expires. enable_dialout: Whether SIP dial-out is enabled. - enable_recording: Recording settings ('cloud', 'local', 'raw-tracks'). + enable_recording: Recording settings ('cloud', 'cloud-audio-only', 'local', 'raw-tracks'). enable_transcription_storage: Whether transcription storage is enabled. geo: Geographic region for room. max_participants: Maximum number of participants allowed in the room. @@ -185,7 +185,7 @@ class DailyMeetingTokenProperties(BaseModel): enable_screenshare: If True, the user will be able to share their screen. start_video_off: If True, the user's video will be turned off when they join the room. start_audio_off: If True, the user's audio will be turned off when they join the room. - enable_recording: Recording settings for the token. Must be one of 'cloud', 'local' or 'raw-tracks'. + enable_recording: Recording settings for the token. Must be one of 'cloud', 'cloud-audio-only', 'local' or 'raw-tracks'. enable_prejoin_ui: If True, the user will see the prejoin UI before joining the room. start_cloud_recording: Start cloud recording when the user joins the room. permissions: Specifies the initial default permissions for a non-meeting-owner participant.