/call
endpoint, which returns the listenUrl
and controlUrl
within the monitor
object.
listenUrl
and controlUrl
, send a POST request to the /call
endpoint.
controlUrl
, you can inject a message into the live call using a POST request. This can be done by sending a JSON payload to the controlUrl
.
listenUrl
allows you to connect to a WebSocket and stream the audio data in real-time. You can either process the audio directly or save the binary data to analyze or replay later.