Class: Vapi::CallStatus
- Inherits:
-
Object
- Object
- Vapi::CallStatus
- Defined in:
- lib/vapi_server_sdk/types/call_status.rb
Overview
This is the status of the call.
Constant Summary collapse
- QUEUED =
"queued"
- RINGING =
"ringing"
- IN_PROGRESS =
"in-progress"
- FORWARDING =
"forwarding"
- ENDED =
"ended"