Class conferencestatetype
This class contains information about the conference state. See Section 5.5 of RFC 4575.
Inherited Members
Namespace: I3SubNot
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class conferencestatetype
Fields
| Edit this page View SourceAny
Extension 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> |
active
Specifies whether or not the conference is active. Not valid if the activeSpecified field is false.
Declaration
public bool active
Field Value
Type | Description |
---|---|
bool |
activeSpecified
If true then the active field is valid.
Declaration
public bool activeSpecified
Field Value
Type | Description |
---|---|
bool |
locked
Specifies whether or not the conference is locked. See Section 5.5.3 of RFC 4575. Not valid if the lockedSpecified field is false.
Declaration
public bool locked
Field Value
Type | Description |
---|---|
bool |
lockedSpecified
If true then the locked field is valid.
Declaration
public bool lockedSpecified
Field Value
Type | Description |
---|---|
bool |
usercount
Specified the overall number of participants in the conference. Not valid if usercountSpecified field is false.
Declaration
public uint usercount
Field Value
Type | Description |
---|---|
uint |
usercountSpecified
If true, then the usercount field is valid.
Declaration
public bool usercountSpecified
Field Value
Type | Description |
---|---|
bool |