Member Junction
    Preparing search index...

    Options RealVonageBindings needs at construction — the injected client surfaces + the media URL.

    interface RealVonageBindingsOptions {
        ContentType?: string;
        EventUrl?: string;
        MediaPump: IVonageMediaPump;
        MediaWssUrl: string;
        Voice: IVonageVoiceLike;
    }
    Index

    Properties

    ContentType?: string

    Optional wire content-type for the websocket leg (defaults to audio/l16;rate=8000).

    EventUrl?: string

    Optional event-webhook URL passed on outbound createCall.

    MediaPump: IVonageMediaPump

    The WebSocket media pump (bidirectional audio).

    MediaWssUrl: string

    The wss://… media endpoint the call's connect NCCO opens.

    The Voice-API client surface (outbound dial / hangup / transfer / DTMF).