SignalingState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates possible states for the signaling session.
public enum class SignalingState
public enum SignalingState
type SignalingState =
Public Enum SignalingState
- Inheritance
-
SignalingState
Fields
Name | Value | Description |
---|---|---|
Idle | 0 | The session is idle. |
Connecting | 1 | The session is being connected with a remote participant. |
Alerted | 2 | The session received confirmation from a remote participant. |
Connected | 3 | The session is connected. |
Disconnected | 4 | The session has been disconnected. |
Incoming | 5 | The session has just been received. |
Redirecting | 6 | The session is being redirected. |