Newer Version Available
DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!
Let us know so we can improve!
Represents the result when toggling the hold state for a call.
new HoldToggleResult(param)
| Field | Type | Description |
|---|---|---|
| param | object | The hold toggle result. |
| param.isThirdPartyOnHold | boolean | Indicates whether a transferred call is on hold. |
| param.isCallMerged | boolean | Indicates whether a consult call has been merged with a multiparty call. |
| param.isCustomerOnHold | boolean | Indicates whether the customer call is on hold. |
| param.calls | Array.<PhoneCall> | Optional. A list of phone calls associated with this result. Required if Multiparty Calls are enabled. |
Newer Version Available