Gets the current state of the Refer operation as carried out by the remote endpoint.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
State 
As 
ReferState
C#
public 
ReferState 
State { 
get; }
Visual C++
public:
property 
ReferState 
State {
	
ReferState 
get ();
}
JavaScript
function get_
state();

Remarks

State changes based on the state of the Refer message that is sent out start with the prefix "Refer". Other states reflect the state of the actual "Invite" operation carried out by the remote participant. These states are based on the "Notify" message received from the remote participant.

See Also