Member Junction
    Preparing search index...

    The REST payload IVonageVoiceLike.CreateCall accepts (the subset we use).

    interface VonageCreateCallParams {
        EventUrl?: string;
        From: string;
        Ncco: NccoAction[];
        To: string;
    }
    Index

    Properties

    Properties

    EventUrl?: string

    Optional event-webhook URL for lifecycle events. Maps to Vonage's event_url.

    From: string

    Originating caller-id / DID. Maps to Vonage's from: { type: 'phone', number }.

    Ncco: NccoAction[]

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

    To: string

    Destination number (E.164). Maps to Vonage's to: [{ type: 'phone', number }].