Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the state of a ConversationContextChannel.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Enumeration ConversationContextChannelState
'Usage
Dim instance As ConversationContextChannelState
public enum ConversationContextChannelState
Members
| Member name | Description | |
|---|---|---|
| Idle | Initial state. | |
| Establishing | Transient state during establishment. | |
| Established | State in which channel can send and receive data. | |
| Recovering | State in which channel is trying to reconnect after losing connection to remote. | |
| Terminating | State in which resources are being cleaned up. | |
| Terminated | State in which all resources have been cleaned up. |