Member Junction
    Preparing search index...

    Vonage Voice + WebSocket-media telephony binding configuration.

    interface VonageTelephonyConfig {
        apiKey?: string;
        apiSecret?: string;
        applicationId?: string;
        eventUrl?: string;
        mediaPublicUrl: string;
        privateKey?: string;
        signatureSecret?: string;
    }
    Index

    Properties

    apiKey?: string

    Account API key — used for key-scoped operations when no application credential pair is supplied.

    apiSecret?: string

    Account API secret — paired with apiKey.

    applicationId?: string

    Vonage Application ID (UUID) — the JWT-auth identity for the Voice API.

    eventUrl?: string

    Optional event-webhook URL Vonage posts call lifecycle events to.

    mediaPublicUrl: string

    The publicly reachable wss://…/telephony/vonage/media URL the call's connect NCCO opens.

    privateKey?: string

    The application's RSA private key (PEM) used to sign Voice-API JWTs.

    signatureSecret?: string

    Vonage account signature secret — HMAC key for signed-request sig AND HS256 webhook-JWT verification.