Partilhar via


ICtiCallStateManager.ConferenceCall Method

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

Namespace: Microsoft.Uii.Desktop.Cti.Core
Assembly: Microsoft.Uii.Desktop.Cti.Core (in Microsoft.Uii.Desktop.Cti.Core.dll)

Usage

'Usage
Dim instance As ICtiCallStateManager
Dim ctiCallRefCallId As Guid
Dim additionalData As Dictionary(Of String, String)
Dim returnValue As Boolean

returnValue = instance.ConferenceCall(ctiCallRefCallId, additionalData)

Syntax

'Declaration
Function ConferenceCall ( _
    ctiCallRefCallId As Guid, _
    additionalData As Dictionary(Of String, String) _
) As Boolean
bool ConferenceCall (
    Guid ctiCallRefCallId,
    Dictionary<string,string> additionalData
)
bool ConferenceCall (
    Guid ctiCallRefCallId, 
    Dictionary<String^, String^>^ additionalData
)
boolean ConferenceCall (
    Guid ctiCallRefCallId, 
    Dictionary<String,String> additionalData
)
function ConferenceCall (
    ctiCallRefCallId : Guid, 
    additionalData : Dictionary<String,String>
) : boolean

Parameters

  • ctiCallRefCallId
    Specifies the reference ID identifying the root call.
  • additionalData
    Specifies the additional user defined data that can be passed to the method.

Return Value

Type: Boolean
True if the conference was successful, otherwise false.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

ICtiCallStateManager Interface
ICtiCallStateManager Members
Microsoft.Uii.Desktop.Cti.Core Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.