Member Junction
    Preparing search index...

    Resolved configuration for VonageNativeCallSdk. Credentials resolve upstream (MJ credential system / provider Configuration) — this object carries already-resolved values; never inline secrets at a call site.

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

    Properties

    ApiKey?: string

    The Account API key (resolved upstream).

    ApiSecret?: string

    The Account API secret (resolved upstream).

    ApplicationId?: string

    The Voice application id (resolved upstream).

    NativeModuleSpecifier?: string

    The module specifier of the native Vonage Voice client module to load (an internal package name or an absolute path to a sidecar entry). Required in production; tests inject a loader.

    PrivateKey?: string

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

    WebsocketMediaUrl?: string

    The WebSocket media URL the call's NCCO connects to.