SignalingState Enumeration

Enumerates the states of the signaling session.

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

Syntax

'Declaration
Public Enumeration SignalingState
'Usage
Dim instance As SignalingState
public enum SignalingState

Members

Member name Description
Idle The session is idle.
Connecting The session is being connected with a remote participant.
Alerted The session received confirmation from a remote participant.
Connected The session is connected.
Disconnected The session has been disconnected.
Incoming The session has just been received.
Redirecting The session is being redirected.

See Also

Reference

Microsoft.Rtc.Signaling Namespace