Type alias GetEngagementSecurableStatusResponse

GetEngagementSecurableStatusResponse: { securableStatus: { secureTransactionReady: boolean; region: string; calleeNumber: string; callerNumber: string; notReadyReason?: "phoneNumberNotReady" | "callNotReady" } }

Type declaration

  • securableStatus: { secureTransactionReady: boolean; region: string; calleeNumber: string; callerNumber: string; notReadyReason?: "phoneNumberNotReady" | "callNotReady" }
    • secureTransactionReady: boolean

      indicates whether the call is ready for a secure transaction such as PCI

    • region: string

      The media redirection region

    • calleeNumber: string

      The number of the callee

    • callerNumber: string

      The number of the caller

    • Optional notReadyReason?: "phoneNumberNotReady" | "callNotReady"

      The reason why secure transaction is not ready. Only appears when secureTranscationReady is false

Generated using TypeDoc