ReferState Enum

Definition

Indicates possible states for the signaling session.

public enum class ReferState
public enum ReferState
type ReferState = 
Public Enum ReferState
Inheritance
ReferState

Fields

Alerted 6

The refer target has been alerted.

Failed 8

The refer operation has been unsuccessfully completed by the remote participant.

Idle 0

The refer has not been sent yet. This cannot be used when sending Notification.

Redirected 9

The refer target has redirected but the redirect was not acted upon.

ReferAccepted 2

The refer has been accepted. 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.

ReferRejected 3

The refer has been rejected. This cannot be used when sending Notification.

ReferRequested 1

The refer message has been sent. This cannot be used when sending Notification.

Succeeded 7

The refer operation has been successfully completed by the remote participant.

Trying 5

The refer target is being connected by the remote participant.

Applies to