From 787ade41f3b15cfce192336735efccd2efd8a137 Mon Sep 17 00:00:00 2001 From: Vaibhav159 Date: Wed, 8 Jan 2025 00:58:01 +0530 Subject: [PATCH] adding missing doc string --- src/pipecat/transports/services/helpers/daily_rest.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pipecat/transports/services/helpers/daily_rest.py b/src/pipecat/transports/services/helpers/daily_rest.py index e381c4d0c..f81113b38 100644 --- a/src/pipecat/transports/services/helpers/daily_rest.py +++ b/src/pipecat/transports/services/helpers/daily_rest.py @@ -43,9 +43,12 @@ class DailyRoomProperties(BaseModel, extra="allow"): 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 + max_participants: Maximum number of participants allowed in the room sip: SIP configuration parameters sip_uri: SIP URI information returned by Daily start_video_off: Whether video is off by default + + Reference: https://docs.daily.co/reference/rest-api/rooms/create-room#properties """ exp: Optional[float] = None