Skip to content

Commit

Permalink
Document new Daily helper room params
Browse files Browse the repository at this point in the history
  • Loading branch information
markbackman committed Jan 8, 2025
1 parent d9e17ca commit 8051203
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions server/utilities/daily/rest-helpers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ Properties that configure a Daily room's behavior and features.
<ResponseField name="enable_chat" type="boolean" default={false}>
Whether chat is enabled in the room
</ResponseField>
<ResponseField name="enable_prejoin_ui" type="boolean" default={false}>
Whether the prejoin lobby UI is enabled
</ResponseField>
<ResponseField name="enable_emoji_reactions" type="boolean" default={false}>
Whether emoji reactions are enabled
</ResponseField>
Expand All @@ -51,12 +54,18 @@ Properties that configure a Daily room's behavior and features.
<ResponseField name="enable_dialout" type="boolean" optional>
Whether dial-out is enabled
</ResponseField>
<ResponseField name="max_participants" type="number" optional>
Maximum number of participants allowed in the room
</ResponseField>
<ResponseField name="sip" type="DailyRoomSipParams" optional>
SIP configuration parameters
</ResponseField>
<ResponseField name="sip_uri" type="dict" optional>
SIP URI configuration
</ResponseField>
<ResponseField name="start_video_off" type="boolean">
Whether the camera video is turned off by default
</ResponseField>

```python
import time
Expand Down

0 comments on commit 8051203

Please sign in to comment.