PhoneCallAttributes

Represents the attributes for the phone call using key value pairs in a JSON object.

new PhoneCallAttributes(param)

FieldTypeDescription
paramobjectParameters associated with the call attributes.
param.dialerTypestringThe dialer type of the call. Options are OutboundPreview and None.
param.hasSupervisorBargedInbooleanIndicates whether the supervisor has barged into the call (true) or not (false).
param.isAutoMergeOnbooleanFor multi-party calls, indicates that the call can’t be put on hold and should be auto-merged.
param.isConsultCallbooleanIndicates whether the call is a consult call (true) or not (false).
param.isOnHoldbooleanIndicates whether the call is on hold (true) or not (false).
param.parentIdstringThe ID of the call that’s a parent to this call.
param.participantTypestringThe participant type associated with the call. Options include Agent, Initial_Caller, Third_Party, and Supervisor.
param.voiceCallIdstringThe ID of the voice call.