Skip to content

Commit

Permalink
adding missing doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaibhav159 committed Jan 7, 2025
1 parent f37626f commit 787ade4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pipecat/transports/services/helpers/daily_rest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 787ade4

Please sign in to comment.