Newer Version Available
DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!
Let us know so we can improve!
Disconnect a supervised call.
supervisorDisconnect(supervisedCallInfo) → Promise.<SupervisorHangupResult>
Returns: SupervisorHangupResult — Represents a result type for an ended supervisor call.
| Field | Type | Description |
|---|---|---|
| supervisedCallInfo | object | Information about the call to be supervised. This value is a JavaScript object with the following properties: voiceCallId (unique voice call ID), callId (unique vendor call ID), to (phone number in the “To” field for outbound calls), from (phone number in the “From” field for inbound calls), callType (possible values: Inbound, Outbound, Transfer). |
Newer Version Available