Skip to content

Instantly share code, notes, and snippets.

@jamsea
Created July 17, 2025 09:02
Show Gist options
  • Save jamsea/61a9f783b2db8d93e2eccc23cdaaadc5 to your computer and use it in GitHub Desktop.
Save jamsea/61a9f783b2db8d93e2eccc23cdaaadc5 to your computer and use it in GitHub Desktop.
Pipecat recording meeting token
token_params = DailyMeetingTokenParams(
properties=DailyMeetingTokenProperties(
room_name="YOUR_ROOM_NAME",
enable_recording="cloud",
start_cloud_recording=True
)
)
token = await helper.get_token(
room_url="https://your-domain.daily.co/YOUR_ROOM_NAME",
params=token_params
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment