HoldToggleResult
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 | Optional. A list of phone calls associated with this result. Required if Multiparty Calls are enabled. |