Class endpointtype
Class that provides information for an endpoint of a conference. See Section 5.7 of RFC 4575.
Inherited Members
Namespace: ConferenceEvent
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class endpointtype
Constructors
| Edit this page View Sourceendpointtype()
Default constructor
Declaration
public endpointtype()
Fields
| Edit this page View SourceAny
Extension point for elements.
Declaration
public List<XmlElement> Any
Field Value
Type | Description |
---|---|
List<XmlElement> |
AnyAttr
Attribute extension point.
Declaration
public List<XmlAttribute> AnyAttr
Field Value
Type | Description |
---|---|
List<XmlAttribute> |
callinfo
Contains information about the call relating to the endoint of the conference.
Declaration
public calltype callinfo
Field Value
Type | Description |
---|---|
calltype |
disconnectioninfo
This element contains information about the endpoint’s departure from the conference. See Section 5.7.7 of RFC 4575. Optional.
Declaration
public executiontype disconnectioninfo
Field Value
Type | Description |
---|---|
executiontype |
disconnectionmethod
This element contains the method by which the endpoint departed the conference. See Section 5.7.6 of RFC 4575. Not valid if the disconnectionmethodSpecified is false. Optional.
Declaration
public disconnectiontype disconnectionmethod
Field Value
Type | Description |
---|---|
disconnectiontype |
disconnectionmethodSpecified
If true, then the disconnnectionmethod field is valid.
Declaration
public bool disconnectionmethodSpecified
Field Value
Type | Description |
---|---|
bool |
displaytext
This element contains the display text for the endpoint. Optional.
Declaration
public string displaytext
Field Value
Type | Description |
---|---|
string |
entity
Value of the required entity attribute of the endpoint element. See Section 5.7 of RFC 4575.
Declaration
public string entity
Field Value
Type | Description |
---|---|
string |
joininginfo
This element contains information about how the endpoint joined. See Section 5.7.5 of RFC 4575. Optional.
Declaration
public executiontype joininginfo
Field Value
Type | Description |
---|---|
executiontype |
joiningmethod
This element contains the method by which the endpoint joined the conference. Not valid if the joiningmethodSpecified field is false.
Declaration
public joiningtype joiningmethod
Field Value
Type | Description |
---|---|
joiningtype |
joiningmethodSpecified
If true, then the joiningmethod field is valid.
Declaration
public bool joiningmethodSpecified
Field Value
Type | Description |
---|---|
bool |
media
Contains information about the media of the endpoint.
Declaration
public List<mediatype> media
Field Value
Type | Description |
---|---|
List<mediatype> |
referred
This element contains information about the user whose action resulted in this endpoint being brought into the conference. See Section 5.7.2 of RFC 4575. Optional.
Declaration
public executiontype referred
Field Value
Type | Description |
---|---|
executiontype |
state
This attribute indicates whether the element contains the whole endpoint information ("full") or only the information that has changed since the previous document ("partial"), or whether the endpoint has been removed from the conference ("deleted").
Declaration
public statetype state
Field Value
Type | Description |
---|---|
statetype |
status
This element contains the status of the endpoint. Optional. Not valid if the statusSpecified field is false.
Declaration
public endpointstatustype status
Field Value
Type | Description |
---|---|
endpointstatustype |
statusSpecified
If true, then the status field is valie, else it is not.
Declaration
public bool statusSpecified
Field Value
Type | Description |
---|---|
bool |