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

service_urlstring required
bidirectionalboolean
audio_track'inbound' | 'outbound' | 'both'
audio_format'pcm' | 'mulaw'

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.