Class conferencemediumtype
Class for information about a single media type. See Section 5.3.4 of RFC 4575.
Inherited Members
Namespace: I3SubNot
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class conferencemediumtype
  Fields
| Edit this page View SourceAny
Extention point for 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> | 
displaytext
This element contains the display text for the media stream.
Declaration
public string displaytext
  Field Value
| Type | Description | 
|---|---|
| string | 
label
The ’label’ attribute is the media stream identifier assigned by the conferencing server.
Declaration
public string label
  Field Value
| Type | Description | 
|---|---|
| string | 
status
This element indicates the available status of the media stream available to the conference participants. Not valid if the statusSpecified field is false.
Declaration
public mediastatustype status
  Field Value
| Type | Description | 
|---|---|
| mediastatustype | 
statusSpecified
If true then the status field is valid.
Declaration
public bool statusSpecified
  Field Value
| Type | Description | 
|---|---|
| bool | 
type
This element contains the media type of the media stream. The value of this element MUST be one of the values registered for media" of SDP and its later revision(s), for example, "audio", "video", "text", and "message".
Declaration
public string type
  Field Value
| Type | Description | 
|---|---|
| string |