GroupChatEndpoint Constructor (Uri, )
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.
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 _
)
'Usage
Dim lookupServerAddress As Uri
Dim ocs As LocalEndpoint
Dim instance As New GroupChatEndpoint(lookupServerAddress, _
ocs)
public GroupChatEndpoint(
Uri lookupServerAddress,
LocalEndpoint ocs
)
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 LocalEndpoint instance. 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.