Created
July 17, 2025 09:02
-
-
Save jamsea/61a9f783b2db8d93e2eccc23cdaaadc5 to your computer and use it in GitHub Desktop.
Pipecat recording meeting token
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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