Answer a call
Answers an inbound call. Optionally initiate media streaming upon answering.
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
Call ID.
Body
Answer call configuration.
Indicates whether the call should be recorded.
Indicates whether the call should be transcribed after it ends.
WebSocket URL to stream the call.
"wss://examples.com/stream"
Specifies the streaming type. Can be either oneway for unidirectional or twoway for bidirectional streaming.
oneway, twoway "twoway"
Specifies which audio channel to stream. Use inbound to stream the incoming channel (to Wavix), outbound for the outbound channel (from Wavix), or both to stream both. For bidirectional call streaming, this setting is ignored and the inbound channel is only streamed.
inbound, outbound, both "inbound"
Response
Call answered.
Indicates whether the request was successful.
true