Member Junction
    Preparing search index...

    Resolved Vonage auth + media options the native client factory needs. Credentials resolved upstream.

    interface NativeClientOptions {
        ApiKey?: string;
        ApiSecret?: string;
        ApplicationId?: string;
        PrivateKey?: string;
        WebsocketMediaUrl?: string;
    }
    Index

    Properties

    ApiKey?: string

    The Account API key (resolved upstream), for the Account/Number APIs.

    ApiSecret?: string

    The Account API secret (resolved upstream); never inline.

    ApplicationId?: string

    The Voice application id (resolved upstream). Used with the private key to sign the Voice JWT.

    PrivateKey?: string

    The Voice private key (resolved upstream). Signs the Voice API JWT; never inline.

    WebsocketMediaUrl?: string

    The WebSocket media URL the call's NCCO connects to (the bidirectional media leg).