supervisorDisconnect

Disconnect a supervised call.

supervisorDisconnect(supervisedCallInfo) → Promise.<SupervisorHangupResult>

Returns: SupervisorHangupResult — Represents a result type for an ended supervisor call.

FieldTypeDescription
supervisedCallInfoobjectInformation 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 “To” field for outbound calls), from (phone number in “From” field for inbound calls), callType (possible values: Inbound, Outbound, Transfer).