Connect audio sources directly to Millis agents via WebRTC
application/json
Field | Type | Description |
---|---|---|
agent_id | String | The ID of the Millis agent to handle the call or stream. |
offer | Object | The WebRTC offer details, containing sdp and type . |
offer
Object:Field | Type | Description |
---|---|---|
sdp | String | The WebRTC offer’s session description protocol (SDP). |
type | String | Type of the WebRTC request (typically “offer”). |
sdp
from the answer to set the remote description on your WebRTC client.