Indicates possible states for the signaling session.

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

Syntax

Visual Basic (Declaration)
Public 
Enumeration 
ReferState
C#
public 
enum 
ReferState
Visual C++
public 
enum class 
ReferState
JavaScript
Microsoft.Rtc.Signaling.ReferState
= 
function();

Microsoft.Rtc.Signaling.ReferState.createEnum('

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

Members

Member name Description
Idle
The refer has not been sent yet. This cannnot be used when sending Notification.
ReferRequested
The refer message has been sent. This cannnot be used when sending Notification.
ReferAccepted
The refer has been accepted. This cannnot be used when sending Notification.
ReferRejected
The refer has been rejected. This cannnot be used when sending Notification.
ReferFailed
The refer operation was not sent successfully or did not receive a response. This cannnot be used when sending Notification.
Trying
The refer target is being connected by the remote participant.
Alerted
The refer target has been alerted.
Succeeded
The refer operation has been succeefully completed by the remote participant.
Failed
The refer operation has been unsucceefully completed by the remote participant.
Redirected
The refer target has redirected but the redirect was not acted upon.

See Also