Share via


GroupChatEndpoint Constructor (Uri, , String)

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Initializes a new instance of the GroupChatEndpoint class for use by ASP.NET web applications in which the logging options can be configured through a web.config file.

Namespace:  Microsoft.Rtc.Collaboration.GroupChat
Assembly:  Microsoft.Rtc.Collaboration.GroupChat (in Microsoft.Rtc.Collaboration.GroupChat.dll)

Syntax

'Declaration
Public Sub New ( _
    lookupServerAddress As Uri, _
    ocs As LocalEndpoint, _
    webconfig As String _
)
'Usage
Dim lookupServerAddress As Uri
Dim ocs As LocalEndpoint
Dim webconfig As String

Dim instance As New GroupChatEndpoint(lookupServerAddress, _
    ocs, webconfig)
public GroupChatEndpoint(
    Uri lookupServerAddress,
    LocalEndpoint ocs,
    string webconfig
)

Parameters

  • lookupServerAddress
    Type: System.Uri
    The chat server address. By convention, the chat server address is usually set to ocschat@yourdomain.com.
  • ocs
    Type: LocalEndpoint
    The LocalEndpointinstance. This endpoint must be registered and connected independently, prior to instantiating a GroupChatEndpoint, as it provides the conduit for all messages delivered between the GroupChatEndpoint and the Group Chat server.

See Also

Reference

GroupChatEndpoint Class

GroupChatEndpoint Members

GroupChatEndpoint Overload

Microsoft.Rtc.Collaboration.GroupChat Namespace