DailySession
Session metadata for a Daily/Pipecat voice session
Usage profiles
| Usage | Fields and validation |
|---|---|
| In responses | View fields |
In responses
API JSON uses JSON field names (camelCase).
| Field | Type | Presence | Meaning |
|---|---|---|---|
agentName | string | Optional | Name of the Pipecat agent running this voice session. |
sessionId | string | Optional | Identifier of the Pipecat voice session. |
dailyRoom | string | Optional | Daily room address associated with the voice session. |
dailyToken | string | Optional | Daily meeting token issued for the voice session. |
userData | StartSessionUserData | Optional | Generic body payload used to start. |
dailyRoomProperties | DailyRoomProperties | Optional | Properties passed to Daily when configuring the session room. |
dailyMeetingTokenProperties | DailyMeetingTokenProperties | Optional | Properties passed to Daily when issuing the meeting token. |
startedAt | string (date-time) | Optional | Time when the operation started. |
Where used
| Reference | Relationship |
|---|---|
| Create a voice session (in progress) | POST /api/v1/llm/create-daily-session |
Download the public reference contract.
Document: DOC-API-MODEL-daily-session.