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.selected"
confidentialboolean
payloadobject
FieldTypeDescription
deviceLabelstringThe label of the newly selected microphone
tier"unknown" | "good" | "acceptable" | "not-ideal"The quality tier of the selected microphone
interactionIdstringUnique interaction identifier
interactionStateInteractionStateCurrent state of the interaction

Example

{
  "event": "microphone.selected",
  "confidential": false,
  "payload": {
    "deviceLabel": "Jabra Evolve",
    "tier": "good",
    "interactionId": "int_123",
    "interactionState": "ongoing"
  }
}