Sets the refer state. This will result in sending Notification to the referrer.

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

Syntax

Visual Basic (Declaration)
Public 
Sub 
SetState ( _
	
referState 
As 
ReferState _
)
C#
public 
void 
SetState(
	
ReferState 
referState
)
Visual C++
public:
void 
SetState(
	
ReferState 
referState
)
JavaScript
function 
setState(
referState);

Parameters

referState
Type: Microsoft.Rtc.Signaling . . :: . ReferState
The refer State value to set

See Also