Start call streaming
Call streaming
Start call streaming
Starts streaming the media of the call identified by call_id to the configured destination. Returns the stream_id.
POST
Start call streaming
Authorizations
Wavix API key. Pass as Authorization: Bearer <api_key>. Keys support per-resource scopes (none / read / write). See Restricted keys and scopes.
Path Parameters
The uuid of the call.
Body
application/json
Destination and options for the media stream.
WebSocket URL for call streaming
Example:
"wss://examples.com/stream"
Direction of audio streamed to stream_url.
Available options:
oneway, twoway Example:
"twoway"
Audio channel streamed to stream_url.
Available options:
inbound, outbound, both Example:
"inbound"