Connectivity
Create a WebRTC offer
Call Management
Conversational AI
Agents
Campaigns
Call Management
Conversational AI
API Reference
Agents
Connectivity
Create a WebRTC offer
Create a WebRTC offer for a call.
POST
/
webrtc
/
offer
{
"answer": {
"sdp": "<string>",
"type": "<string>"
}
}
Headers
Private Key
Body
application/json
{
"answer": {
"sdp": "<string>",
"type": "<string>"
}
}