LocalEndpoint.State Property
Gets the state of the local endpoint.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property State As LocalEndpointState
Get
'Usage
Dim instance As LocalEndpoint
Dim value As LocalEndpointState
value = instance.State
public LocalEndpointState State { get; }
Property Value
Type: Microsoft.Rtc.Collaboration.LocalEndpointState
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.