ReferStatus.State Property

Definition

Gets the current state of the Refer operation as carried out by the remote endpoint.

public:
 property Microsoft::Rtc::Signaling::ReferState State { Microsoft::Rtc::Signaling::ReferState get(); };
public Microsoft.Rtc.Signaling.ReferState State { get; }
member this.State : Microsoft.Rtc.Signaling.ReferState
Public ReadOnly Property State As ReferState

Property Value

ReferState

Remarks

State changes based on the state of the Refer message that is sent out start with the prefix "Refer". Other states reflect the state of the actual "Invite" operation carried out by the remote participant. These states are based on the "Notify" message received from the remote participant.

Applies to