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 for the conference() function.
new ConferenceResult(isThirdPartyOnHold, isCustomerOnHold)
| Field | Type | Description |
|---|---|---|
| isThirdPartyOnHold | boolean | Indicates whether the third-party participant of the call is on hold. |
| isCustomerOnHold | boolean | Indicates whether the customer is on hold. |
Newer Version Available