Edit

Share via


LocalEndpointState Enum

Definition

Represents the different values of the local endpoint state.

public enum class LocalEndpointState
public enum LocalEndpointState
type LocalEndpointState = 
Public Enum LocalEndpointState
Inheritance
LocalEndpointState

Fields

Name Value Description
Idle 0

Initial state of a local endpoint.

Establishing 1

Transient state while the local endpoint is being established.

Established 2

State of the local endpoint when it is ready to receive incoming calls and conference invitations.

Reestablishing 3

State of the local endpoint when it attempts re-establishment after a connection or registrar failure.

Draining 4

State of the local endpoint when it declines invites for new conversations.

Terminating 5

State of the local endpoint while cleaning up communication and collaboration resources.

Terminated 6

State of the local endpoint after all collaboration and communication resources have been cleaned up.

Applies to