Vapi · Schema

SimulationRunItemCallMonitor

AIVoiceAgentsRealtimeCPaaS

Properties

Name Type Description
listenUrl string This is the WebSocket URL to listen to the live call audio (combined both parties).
View JSON Schema on GitHub

JSON Schema

vapi-simulationrunitemcallmonitor-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SimulationRunItemCallMonitor",
  "title": "SimulationRunItemCallMonitor",
  "type": "object",
  "properties": {
    "listenUrl": {
      "type": "string",
      "description": "This is the WebSocket URL to listen to the live call audio (combined both parties)."
    }
  }
}