Gets the state of this session.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
State 
As 

SignalingState
C#
public 

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

SignalingState 
State {
	

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

Field Value

The state value.

See Also