@pouchy_ai/companion-sdk - v0.1.0
    Preparing search index...

    Interface CallReadyPayload

    Payload of a control.call_ready event — the stream echo of start_call's accept. Deliberately SECRET-FREE (provider plus non-secret metadata such as agentId / model / voice); the actual WebRTC credentials only ride the startCall HTTP response.

    interface CallReadyPayload {
        provider: string;
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index
    provider: string