Share via


IHostedApplicationMultichannel.Conference Method

Adds another agent/expert/supervisor to ongoing Chat Session

Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)

Usage

'Usage
Dim instance As IHostedApplicationMultichannel
Dim sessionID As String
Dim newPartyUri As String
Dim returnValue As Boolean

returnValue = instance.Conference(sessionID, newPartyUri)

Syntax

'Declaration
Function Conference ( _
    sessionID As String, _
    newPartyUri As String _
) As Boolean
bool Conference (
    string sessionID,
    string newPartyUri
)
bool Conference (
    String^ sessionID, 
    String^ newPartyUri
)
boolean Conference (
    String sessionID, 
    String newPartyUri
)
function Conference (
    sessionID : String, 
    newPartyUri : String
) : boolean

Parameters

  • sessionID
    The key used to open a connection the channel.
  • newPartyUri
    The URI indicating the party to add to the conference.

Return Value

A boolean is returned indicating success or failure.

Remarks

The sessionID may need to be converted for each channel as the data type is unknown.

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

IHostedApplicationMultichannel Interface
IHostedApplicationMultichannel Members
Microsoft.Uii.Csr Namespace

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