ReferState Enumeration
Indicates possible states for 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. This cannot 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 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 upon. |