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.
Enumerates possible states for an endpoint.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Enumeration EndpointState
'Usage
Dim instance As EndpointState
public enum EndpointState
Members
| Member name | Description | |
|---|---|---|
| Connecting | The endpoint is connecting. | |
| Connected | The endpoint is connected and can be used for both incoming and outgoing messages. | |
| Disconnecting | The endpoint is disconnecting. | |
| Disconnected | The endpoint can be used for outgoing messages. The endpoint will not receive or process any incoming messages. |