Audio Streams
Start audio stream
Start streaming raw audio from a live call to a WebSocket URL.
post/api/v1/Account/{auth_id}/Call/{call_uuid}/Stream/
Path parameters
auth_idstring required
Example:MA_XXXXXX
Your account Auth ID
call_uuidstring required
Request body
Example request
{
"service_url": "wss://your-server.com/ws"
}Response
Stream started
Changes
No recorded changes to this endpoint across all 1 revision of this API.