supervisorDisconnect
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 (the unique voice call ID), callId (the unique vendor call ID), to (the phone number in the “To” field for outbound calls), from (the phone number in the “From” field for inbound calls), callType (the type of call; possible values: Inbound, Outbound, Transfer). |