The holdCall function
The holdCall function is used to put an ongoing call on hold. This function uses the callId parameter to place the hold call request to the CTI server.
This function uses the following parameters:
Parameters of the holdCall function
Parameter | Description |
---|---|
callId | The call identifier that is used to answer the 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 hold call request to the CTI server, copy the function from the interface file and implement it.
Previous topic The answerCall function Next topic The makeCall function