supervisorDisconnect

Disconnect a supervised call.

Signature 

supervisorDisconnect(supervisedCallInfo) → Promise.<SupervisorHangupResult>

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

Parameters 

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