Member Junction
    Preparing search index...

    The resolved identity of an inbound Vonage call, mapped from the answer/event-webhook params.

    interface ResolvedInboundCall {
        callId: string;
        from: string;
        to: string;
    }
    Index

    Properties

    Properties

    callId: string

    The inbound call UUID (Vonage uuid / conversation_uuid).

    from: string

    The caller's number (Vonage from).

    to: string

    The dialed DID the call came in on (Vonage to).