VoiceAgentServerEventResponseVideoDelta interface
The response.video.delta server event.
- Extends
Properties
| codec | The codec used to encode the video frame data. |
| delta | The base64-encoded video frame data. |
| event_id | The unique identifier of the server event. |
| output_index | The index of the output item in the response. |
| type | The event type. Always |
Property Details
codec
The codec used to encode the video frame data.
codec: string
Property Value
string
delta
The base64-encoded video frame data.
delta: string
Property Value
string
event_id
The unique identifier of the server event.
event_id: string
Property Value
string
output_index
The index of the output item in the response.
output_index: number
Property Value
number
type
The event type. Always response.video.delta.
type: "response.video.delta"
Property Value
"response.video.delta"