Share via


ICtiCallStateManager.ConferenceCall Method

Definition

Conferences a call by passing the additional data to the CTI connector.

public:
 bool ConferenceCall(Guid ctiCallRefCallId, System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ additionalData);
public bool ConferenceCall (Guid ctiCallRefCallId, System.Collections.Generic.Dictionary<string,string> additionalData);
abstract member ConferenceCall : Guid * System.Collections.Generic.Dictionary<string, string> -> bool
Public Function ConferenceCall (ctiCallRefCallId As Guid, additionalData As Dictionary(Of String, String)) As Boolean

Parameters

ctiCallRefCallId
Guid

Specifies the reference ID identifying the root call.

additionalData
Dictionary<String,String>

Specifies the additional user defined data that can be passed to the method.

Returns

True if the conference was successful, otherwise false.

Applies to