Gives the current status of outgoing call
Gives the current status of outgoing call
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
Schema
- info string[]
- is_over boolean
true if the call has been over
{
"info": [
"start outgoing call",
"some info string 2",
"some info string 3",
"last info string"
],
"is_over": true
}
Log In
Loading...