SupervisedCallInfo

Represents information about a supervised call.

new SupervisedCallInfo(param)

FieldTypeDescription
paramobjectInformation about the supervised call.
param.callIdstringRequired. The unique vendor call ID.
param.voiceCallIdstringThe unique voice call ID (voiceCallId).
param.callTypestringThe type of call. Possible values: Inbound, Outbound, Callback, AddParticipant, Transfer.
param.fromstringThe phone number in the “From” field of the call for inbound calls.
param.tostringThe phone number in the “To” field of the call for outbound calls.
param.supervisorNamestringThe name of the supervisor who is barging in to the call. The name is shown to the supervised rep.
param.isBargedInbooleanIndicates whether the supervisor has barged in (true) or is listening in (false) to the call.