Enumerates the state of a group chat endpoint.

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

Syntax

Visual Basic (Declaration)
Public 
Enumeration 
GroupChatEndpointState
Visual Basic (Usage)
Dim 
instance 
As 
GroupChatEndpointState
C#
public 
enum 
GroupChatEndpointState

Members

Member name Description
Established The endpoint is connected and ready to use
Establishing The endpoint is in the process of connecting
Idle The endpoint is idle
Terminating The endpoint is in the process of terminating
Terminated The endpoint is terminated

See Also