CtiCallStateManager.ConferenceCall Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Checks whether the call is conferenced.
public:
virtual bool ConferenceCall(Guid ctiCallRefCallId, System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ additionalData);
public virtual bool ConferenceCall (Guid ctiCallRefCallId, System.Collections.Generic.Dictionary<string,string> additionalData);
abstract member ConferenceCall : Guid * System.Collections.Generic.Dictionary<string, string> -> bool
override this.ConferenceCall : Guid * System.Collections.Generic.Dictionary<string, string> -> bool
Public Overridable Function ConferenceCall (ctiCallRefCallId As Guid, additionalData As Dictionary(Of String, String)) As Boolean
Parameters
- ctiCallRefCallId
- Guid
Specifies the call 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
.