EndpointState Enumeration
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 does not receive or process any incoming messages. |