@squidcloud/client
    Preparing search index...

    Interface AiWebVoiceCallEvent

    An event of the call as the Realtime API reports it over the data channel, such as conversation.item.input_audio_transcription.completed or response.done.

    interface AiWebVoiceCallEvent {
        type: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown

      The rest of the event, as the Realtime API sends it.

    Index
    type: string

    The event type, e.g. response.done.