Enum disconnectiontype
Enumeration that specifies the method by which an endpoint departed the conference. See Section 5.7.6 of RFC 4575.
Namespace: ConferenceEvent
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public enum disconnectiontype
  Fields
| Name | Description | 
|---|---|
| booted | The endpoint was forced out of the conference  | 
      
| busy | The endpoint was busy  | 
      
| departed | The endpoint left the conference  | 
      
| failed | The call leg to the endpoint failed  |