The dropParty function
The dropParty function is used to remove a party from a conference call. This function uses the callID and the party parameters to initiate the request to the CTI server.
This function uses the following parameters:
Parameters of the dropParty 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 drop party call request to the CTI server, copy the function from the interface file and implement it.
Previous topic The conferenceComplete function Next topic The transferInitiate function