LocalEndpoint.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 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.