Interface NormalizedCallBusy

The callee's line is busy.

interface NormalizedCallBusy {
    eventId: string;
    providerCallId: string;
    timestamp: number;
    kind: "call-busy";
}

Hierarchy

  • NormalizedEventBase
    • NormalizedCallBusy

Properties

eventId: string

Provider-assigned event ID for idempotency.

providerCallId: string

Provider-assigned call ID.

timestamp: number

Unix timestamp (ms).

kind: "call-busy"