Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.corti.ai/llms.txt

Use this file to discover all available pages before exploring further.

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"
  }
}