@fishjam-cloud/js-server-sdk - v0.27.0
    Preparing search index...

    Interface PeerOptionsVapi

    Options specific to the VAPI peer

    PeerOptionsVapi

    interface PeerOptionsVapi {
        apiKey: string;
        callId: string;
        subscribeMode?: SubscribeMode;
    }
    Index

    Properties

    apiKey: string

    VAPI API key

    PeerOptionsVapi

    callId: string

    VAPI call ID

    PeerOptionsVapi

    subscribeMode?: SubscribeMode

    PeerOptionsVapi