The consultationCall function
The consultationCall activity is used to place and complete a conference call. This activity uses the CallID and the destination parameters to complete the request.
This function uses the following parameters:
Parameters of the consultationCall function
Parameter | Description |
---|---|
callId | The call identifier that is used to answer the call. |
destination | The destination number to where the call is transferred. |
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.
Previous topic The conferenceInitiate function Next topic The conferenceComplete function