Gets the current state of the endpoint.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
State 
As 

EndpointState
C#
public 

EndpointState 
State { 
get; }
Visual C++
public:
property 

EndpointState 
State {
	

EndpointState 
get ();
}
JavaScript
function get_
state();

See Also