ChatRoomSessionState Enumeration
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.
Enumerates the state of a chat room session.
Namespace: Microsoft.Rtc.Collaboration.GroupChat
Assembly: Microsoft.Rtc.Collaboration.GroupChat (in Microsoft.Rtc.Collaboration.GroupChat.dll)
Syntax
'Declaration
Public Enumeration ChatRoomSessionState
'Usage
Dim instance As ChatRoomSessionState
public enum ChatRoomSessionState
Members
Member name | Description | |
---|---|---|
Established | The session is connected and ready to use. | |
Establishing | The session is in the process of connecting. | |
Idle | The session is idle. | |
Terminating | The session is in the process of terminating. | |
Terminated | The session is terminated. |