From 1f1e2dac2ba5f2e4dbdae6213e3cb92cf96b1767 Mon Sep 17 00:00:00 2001 From: Vaibhav159 Date: Fri, 24 Jan 2025 23:44:23 +0530 Subject: [PATCH] wrapping things up --- src/pipecat/transports/services/helpers/daily_rest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pipecat/transports/services/helpers/daily_rest.py b/src/pipecat/transports/services/helpers/daily_rest.py index 58e34f3c1..fa775ff42 100644 --- a/src/pipecat/transports/services/helpers/daily_rest.py +++ b/src/pipecat/transports/services/helpers/daily_rest.py @@ -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,