WebRTC Only: Emitted when the output audio buffer has been completely drained on the server, and no more audio is forthcoming. This event is emitted after the full response data has been sent to the client (response.done). Learn more.

interface OutputAudioBufferStopped {
    event_id: string;
    response_id: string;
    type: "output_audio_buffer.stopped";
}

Properties

event_id: string

The unique ID of the server event.

response_id: string

The unique ID of the response that produced the audio.

type: "output_audio_buffer.stopped"

The event type, must be output_audio_buffer.stopped.