Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RecordingNotificationPayload

Represents the payload for a recording notification.

Hierarchy

  • RecordingNotificationPayload

Index

Properties

contactId: string
remarks
  • The unique identifier for the contact.
contactNo?: string
remarks
  • The contact number associated with the recording.
interactionId?: string
remarks
  • The unique identifier for the interaction associated with the recording.
reason: "Policy" | "Hold" | "Mask" | "RecordOnDemand" | "StopOnDemand" | "CustomerDisconsent" | "Unknown"
remarks
  • The reason for the recording status change.
recordingId: string
remarks
  • The unique identifier for the recording.
segmentId: string
remarks
  • The unique identifier for the recording segment.
status: "RECORDING" | "STOPPED" | "RECORDING_FAILURE" | "POOR_QUALITY" | "UNKNOWN" | "NORECORDING"
remarks
  • The current status of the recording.
streamDirection: "ToAgent" | "FromAgent"
remarks
  • The direction of the recording stream.
timestamp?: string
remarks
  • The timestamp of the recording notification.

Generated using TypeDoc