ServerEventResponseVideoDelta interface

Returned when avatar video frame data is streamed.

Extends

Properties

codec

The codec used for the video data.

delta

The base64-encoded video frame data.

outputIndex

The index of the output item in the response.

type

The event type, must be response.video.delta.

Inherited Properties

eventId

Property Details

codec

The codec used for the video data.

codec: string

Property Value

string

delta

The base64-encoded video frame data.

delta: string

Property Value

string

outputIndex

The index of the output item in the response.

outputIndex: number

Property Value

number

type

The event type, must be response.video.delta.

type: "response.video.delta"

Property Value

"response.video.delta"

Inherited Property Details

eventId

eventId?: string

Property Value

string

Inherited From ServerEvent.eventId