The conferenceComplete function
The conferenceComplete function is used to complete a conference call. This function uses the heldcallID parameter to identify the call that is held and the activecallId parameter to temporarily hold the caller details of the conference call.
This function uses the following parameters:
This function uses the following parameters:
Parameters of the conferenceComplete function
Parameter | Description |
---|---|
heldcallId | The call identifier of the call that is put on hold state. |
activecallId | The call identifier of the active call. |
options | The object that holds the additional parameters that are required to complete the request. |
success | The call back function that is invoked on success. |
failure | The call back function that is invoked on failure. |
To send the complete call request to the CTI server, copy the function from the interface file and implement it.
To send the conference call initiation request to the CTI server, copy the function from the interface file and implement it.
Previous topic The consultationCall function Next topic The dropParty function