Skip to main content

Event Properties

FieldValue
event"recording.audioHealthAlertTriggered"
confidentialboolean
payloadobject
FieldTypeDescription
event"speechQualityIssueDetected" | "longSilenceDetected"The audio health event that was detected
channelnumberAudio channel number
isMultichannelbooleanWhether the recording is in multichannel (virtual) mode
deviceLabelstring | undefinedLabel of the active microphone device (only included for channel 0)
interactionIdstringUnique interaction identifier
interactionStateInteractionStateCurrent state of the interaction

Example

{
  "event": "recording.audioHealthAlertTriggered",
  "confidential": false,
  "payload": {
    "event": "longSilenceDetected",
    "channel": 0,
    "isMultichannel": true,
    "deviceLabel": "Jabra Evolve",
    "interactionId": "int_123",
    "interactionState": "ongoing"
  }
}