ReferState 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 ReferState
public enum ReferState
type ReferState =
Public Enum ReferState
- Inheritance
-
ReferState
Fields
Name | Value | Description |
---|---|---|
Idle | 0 | The refer has not been sent yet. This cannot be used when sending Notification. |
ReferRequested | 1 | The refer message has been sent. This cannot be used when sending Notification. |
ReferAccepted | 2 | The refer has been accepted. This cannot be used when sending Notification. |
ReferRejected | 3 | The refer has been rejected. This cannot be used when sending Notification. |
ReferFailed | 4 | The refer operation was not sent successfully or did not receive a response. This cannot be used when sending Notification. |
Trying | 5 | The refer target is being connected by the remote participant. |
Alerted | 6 | The refer target has been alerted. |
Succeeded | 7 | The refer operation has been successfully completed by the remote participant. |
Failed | 8 | The refer operation has been unsuccessfully completed by the remote participant. |
Redirected | 9 | The refer target has redirected but the redirect was not acted upon. |