DailyMeetingTokenProperties
Daily meeting token configuration (subset of common fields)
Usage profiles
| Usage | Fields and validation |
|---|---|
| In requests | View fields |
| In responses | View fields |
In requests
API JSON uses JSON field names (camelCase).
| Field | Type | Presence | Meaning |
|---|---|---|---|
isOwner | boolean | Optional | Whether the issued Daily meeting token grants room-owner privileges. |
enableAutoRecording | boolean | Optional | Whether the Daily meeting token requests automatic recording. |
In responses
API JSON uses JSON field names (camelCase).
| Field | Type | Presence | Meaning |
|---|---|---|---|
isOwner | boolean | Optional | Whether the issued Daily meeting token grants room-owner privileges. |
enableAutoRecording | boolean | Optional | Whether the Daily meeting token requests automatic recording. |
Where used
| Reference | Relationship |
|---|---|
| Create a voice session (in progress) | POST /api/v1/llm/create-daily-session |
| DailySession | Nested in model |
Download the public reference contract.
Document: DOC-API-MODEL-daily-meeting-token-properties.