TransportConfig
Transport audio configuration
Usage profiles
| Usage | Fields and validation |
|---|---|
| In requests | View fields |
In requests
API JSON uses JSON field names (camelCase).
| Field | Type | Presence | Meaning |
|---|---|---|---|
audioInSampleRate | integer (int32) | Optional | Sample rate of incoming audio, in hertz. Minimum: -2147483648. Maximum: 2147483647. |
audioOutSampleRate | integer (int32) | Optional | Sample rate of outgoing audio, in hertz. Minimum: -2147483648. Maximum: 2147483647. |
Where used
| Reference | Relationship |
|---|---|
| Create a voice session (in progress) | POST /api/v1/llm/create-daily-session |
| SocayoAgentConfig | Nested in model |
Download the public reference contract.
Document: DOC-API-MODEL-transport-config.