Enumerates possible states for an endpoint.

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

Syntax

Visual Basic (Declaration)
Public 
Enumeration 
EndpointState
C#
public 
enum 
EndpointState
Visual C++
public 
enum class 
EndpointState
JavaScript

Microsoft.Rtc.Signaling.EndpointState = 
function();

Microsoft.Rtc.Signaling.EndpointState.createEnum('

Microsoft.Rtc.Signaling.EndpointState', false);

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.

See Also