LocalEndpoint.State Property

Definition

Gets the state of the local endpoint.

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

Property Value

Remarks

Note that in advanced scenarios, a local endpoint in "Idle" state can be used to manage conferences of a user for example. It is generally recommended for the local endpoint state to be "Established" to communicate and collaborate.

Applies to