Enum endpointstatustype
Enumeration used for the status of an endpoint.
Namespace: ConferenceEvent
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public enum endpointstatustype
  Fields
| Name | Description | 
|---|---|
| alerting | A Public Switched Telephone Network (PSTN) ALERTING or SIP 180 Ringing was returned for the outbound call; endpoint is being alerted.  | 
      
| connected | The endpoint is a participant in the conference.  | 
      
| dialingin | The endpoint is dialing into the conference, not yet in the roster (probably being authenticated).  | 
      
| dialingout | The focus has dialed out to connect the endpoint to the conference, but the endpoint is not yet in the roster (probably being authenticated).  | 
      
| disconnected | The endpoint is not a participant in the conference, and no active dialog exists between the endpoint and the focus.  | 
      
| disconnecting | Focus is in the process of disconnecting the endpoint.  | 
      
| mutedviafocus | Active signaling dialog exists between an endpoint and a focus and the endpoint can "listen" to the conference, but the endpoint’s media is not being mixed into the conference.  | 
      
| onhold | Active signaling dialog exists between an endpoint and a focus, but endpoint is "on-hold" for this conference.  | 
      
| pending | The endpoint is not yet in the session, but it is anticipated that he/she will join in the near future.  |