Interface NormalizedCallNoAnswer

The callee did not answer within the ring timeout.

interface NormalizedCallNoAnswer {
    eventId: string;
    providerCallId: string;
    timestamp: number;
    kind: "call-no-answer";
}

Hierarchy

  • NormalizedEventBase
    • NormalizedCallNoAnswer

Properties

eventId: string

Provider-assigned event ID for idempotency.

providerCallId: string

Provider-assigned call ID.

timestamp: number

Unix timestamp (ms).

kind: "call-no-answer"