wrapping things up

This commit is contained in:
Vaibhav159
2025-01-24 23:44:23 +05:30
parent 71c2dc3d05
commit 1f1e2dac2b

View File

@@ -185,7 +185,7 @@ class DailyMeetingTokenProperties(BaseModel):
)
enable_recording: Optional[Literal["cloud", "local", "raw-tracks"]] = Field(
default=None,
description="Recording settings for the token. Must be one of `cloud`, `local`, `raw-tracks` or `none`.",
description="Recording settings for the token. Must be one of `cloud`, `local` or `raw-tracks`.",
)
enable_prejoin_ui: Optional[bool] = Field(
default=None,