ReferState 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 ReferState
'Usage
Dim instance As ReferState
public enum ReferState
Members
Member name | Description | |
---|---|---|
Idle | The Refer has not been sent yet. This cannot be used when sending Notification. | |
ReferRequested | The Refer message has been sent. This cannot be used when sending Notification. | |
ReferAccepted | The Refer has been accepted. This cannot be used when sending Notification. | |
ReferRejected | The Refer has been rejected. This cannot be used when sending Notification. | |
ReferFailed | The Refer operation was not sent successfully or did not receive a response. | |
Trying | The Refer target is being connected by the remote participant. | |
Alerted | The Refer target has been alerted. | |
Succeeded | The Refer operation has been successfully completed by the remote participant. | |
Failed | The Refer operation has been unsuccessfully completed by the remote participant. | |
Redirected | The Refer target has redirected but the redirect was not acted on. |