Member Junction
    Preparing search index...

    The OutboundCall object the SDK's createOutboundCall(...) accepts (the subset we send).

    interface VonageOutboundCallLike {
        event_url?: string[];
        from: VonageEndpointLike;
        ncco: NccoAction[];
        to: VonageEndpointLike[];
    }
    Index

    Properties

    Properties

    event_url?: string[]

    Optional lifecycle event-webhook URL.

    Originating caller-id / DID endpoint.

    ncco: NccoAction[]

    The NCCO executed when the call connects (our connect websocket action).

    Destination endpoints — a one-element phone array for a single-party dial.