The conferenceInitiate function
The conferenceInitiate function is used to initiate a conference call. This function uses the callID and the destination parameters to initiate the request to the CTI server.
This function uses the following parameters:
Parameters of the conferenceInitiate 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 conference call initiation request to the CTI server, copy the function from the interface file and implement it.
Previous topic Advanced call control functions Next topic The consultationCall function