ReferStatus.State Property
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.
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
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.