Skip to main content

Event Properties

FieldValue
event"microphone.warningTriggered"
confidentialboolean
payloadobject
FieldTypeDescription
warningType"no_available_devices" | "default_device_disconnected" | "default_device_unset"The type of microphone warning that was triggered
interactionIdstringUnique interaction identifier
interactionStateInteractionStateCurrent state of the interaction

Example

{
  "event": "microphone.warningTriggered",
  "confidential": false,
  "payload": {
    "warningType": "no_available_devices",
    "interactionId": "int_123",
    "interactionState": "ongoing"
  }
}