Represents the different values of the local endpoint state.

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

Syntax

Visual Basic (Declaration)
Public 
Enumeration 
LocalEndpointState
C#
public 
enum 
LocalEndpointState
Visual C++
public 
enum class 
LocalEndpointState
JavaScript

Microsoft.Rtc.Collaboration.LocalEndpointState = 
function();

Microsoft.Rtc.Collaboration.LocalEndpointState.createEnum('

Microsoft.Rtc.Collaboration.LocalEndpointState', false);

Members

Member name Description
Idle
Initial state of a local endpoint.
Establishing
Transient state while the local endpoint is being established.
Established
State of the local endpoint when ready to receive incoming calls and conference invitations.
Reestablishing
State of the local endpoint when it attempts re-establishment after a connection or registrar failure.
Terminating
State of the local endpoint while cleaning up communication and collaboration resources.
Terminated
State of the local endpoint after all collaboration and communication resources have been cleaned up.

See Also