An object which provides access to a wide variety of group chat features and services. All administrative functionality and client services, with the exception of establishing a ChatRoomSession , are exposed through this object.

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

Syntax

Visual Basic (Declaration)
Public 
Property 
GroupChatServices 
As 

GroupChatServices
	
Get
	
Private 
Set
Visual Basic (Usage)
Dim 
instance 
As 

GroupChatEndpoint
Dim 
value 
As 

GroupChatServices

value = instance.
GroupChatServices
C#
public 

GroupChatServices 
GroupChatServices { 
get; 
private 
set; }

Property Value

Type: Microsoft.Rtc.Collaboration.GroupChat . . :: . . GroupChatServices

The group chat services object.

See Also