Member Junction
    Preparing search index...

    A single NCCO endpoint as the SDK's outbound-call payload expects it ({ type, number }).

    interface VonageEndpointLike {
        number: string;
        type: string;
    }
    Index

    Properties

    Properties

    number: string

    The E.164 number for a phone endpoint.

    type: string

    Endpoint type — 'phone' for the dialed party / caller-id.