State Property

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

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public ReadOnly Property State As ReferState
    Get
'Usage
Dim instance As ReferStatus
Dim value As ReferState

value = instance.State
public ReferState State { get; }

Property Value

Type: Microsoft.Rtc.Signaling..::..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.

See Also

Reference

ReferStatus Class

ReferStatus Members

Microsoft.Rtc.Signaling Namespace