ConferenceResult
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. |