cURL
curl --request POST \ --url https://api-west.millis.ai/webrtc/offer \ --header 'Content-Type: application/json' \ --header 'authorization: <authorization>' \ --data ' { "offer": { "sdp": "<string>", "type": "<string>" }, "agent_id": "<string>" } '
{ "answer": { "sdp": "<string>", "type": "<string>" } }
Create a WebRTC offer for a call.
Documentation IndexFetch the complete documentation index at: https://docs.millis.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.millis.ai/llms.txt
Use this file to discover all available pages before exploring further.
Private Key
Show child attributes
Successful Response