Call control
Answer a call
Answers the inbound call identified by id. Optionally starts media streaming on answer.
post/v1/calls/{id}/answer
Path parameters
idstring uuid required
The uuid of the call.
Request body
Example request
{
"stream_url": "wss://examples.com/stream"
}Response
Returns a success confirmation. The call is answered.
Example response
{
"success": true
}