@squidcloud/client
    Preparing search index...

    Interface StartOpenAiWebVoiceCallResponse

    The started browser call.

    interface StartOpenAiWebVoiceCallResponse {
        callId: string;
        sdp: string;
        sessionId: string;
    }
    Index
    callId: string

    Id of the call at OpenAI.

    sdp: string

    OpenAI's WebRTC answer, as SDP, for the browser's remote description.

    sessionId: string

    Unique id of the voice session that runs the call.