Class conferencetype
This is the root element tag (conference-info) of the conference event XML document.
Inherited Members
Namespace: ConferenceEvent
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class conferencetype
  Constructors
| Edit this page View Sourceconferencetype()
Default constructor
Declaration
public conferencetype()
  Fields
| Edit this page View SourceAny
Extension point for new elements.
Declaration
public List<XmlElement> Any
  Field Value
| Type | Description | 
|---|---|
| List<XmlElement> | 
AnyAttr
Extension point for attributes.
Declaration
public List<XmlAttribute> AnyAttr
  Field Value
| Type | Description | 
|---|---|
| List<XmlAttribute> | 
ConfMimeType
Defines the MIME type to used in for a SIP Content-Type header
Declaration
public const string ConfMimeType = "application/conference-info+xml"
  Field Value
| Type | Description | 
|---|---|
| string | 
conferencedescription
Provides an overall description of the conference. See Section 5.3 of RFC 4575. Optional.
Declaration
public conferencedescriptiontype conferencedescription
  Field Value
| Type | Description | 
|---|---|
| conferencedescriptiontype | 
conferencestate
Contains overall conference state information. See Section 5.5 of RFC 4575. Optional.
Declaration
public conferencestatetype conferencestate
  Field Value
| Type | Description | 
|---|---|
| conferencestatetype | 
entity
This attribute contains the conference URI that identifies the conference being described in the document. Required. See Section 5.2 of RFC 4575.
Declaration
public string entity
  Field Value
| Type | Description | 
|---|---|
| string | 
hostinfo
Contains information about the entity hosting the conference. See Section 5.4 of RFC 4575. Optional.
Declaration
public hosttype hostinfo
  Field Value
| Type | Description | 
|---|---|
| hosttype | 
sidebarsbyref
This element contains a set of entry child elements, each containing a sidebar conference URI. See Section 5.9.1 of RFC 4575. Optional.
Declaration
public uristype sidebarsbyref
  Field Value
| Type | Description | 
|---|---|
| uristype | 
sidebarsbyval
This element contains a set of entry child elements, each containing information about a single sidebar. See Section 5.9.2 of RFC 4575. Optional.
Declaration
public sidebarsbyvaltype sidebarsbyval
  Field Value
| Type | Description | 
|---|---|
| sidebarsbyvaltype | 
state
This attribute indicates whether the document contains the whole conference information ("full") or only the information that has changed since the previous document("partial"), or whether the conference ceased to exist ("deleted").
Declaration
public statetype state
  Field Value
| Type | Description | 
|---|---|
| statetype | 
users
Contains the participants of the conference. See Section 5.6 of RFC 4575.
Declaration
public userstype users
  Field Value
| Type | Description | 
|---|---|
| userstype | 
version
This attribute allows the recipient of conference information documents to properly order the received notifications. Not valid if the versionSpecified field is false. See Section 5.2 of RFC 4575. Optional.
Declaration
public uint version
  Field Value
| Type | Description | 
|---|---|
| uint | 
versionSpecified
If true then the version field has been specified and is valid. If false then the version has not been specified.
Declaration
public bool versionSpecified
  Field Value
| Type | Description | 
|---|---|
| bool |