Skip to main content
This event is sent when the call is terminated. It contains information about who ended the call — either the agent or the user.

Example Payload

{
  "type": "end-call",
  "call_id": "abc123",
  "timestamp": "2025-04-12T14:35:50Z",
  "metadata": {
    "ended_by": "user"
  }
}