Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the different values of the local endpoint state.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Enumeration LocalEndpointState
'Usage
Dim instance As LocalEndpointState
public enum LocalEndpointState
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 it is 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. | |
| Draining | State of the local endpoint when it declines invites for new conversations. | |
| 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. |