ConferenceMcuInformation Members
Include Protected Members
Include Inherited Members
Information required to add MCUs to the conference.
The ConferenceMcuInformation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ConferenceMcuInformation | Creates a new instance of the McuSettings class, of the specified type. |
Top
Properties
Name | Description | |
---|---|---|
McuType | Gets the type of MCU. | |
Settings | Gets or sets an XML blob used to configure the MCU. |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | Gets whether the current MCU category is equal to that of the passed object. (Overrides Object.Equals(Object).) | |
Equals(ConferenceMcuInformation) | Gets whether the current MCU category is equal to that of the passed instance. | |
Finalize | (inherited from Object) | |
GetHashCode | Generates a hash code for the MCU information instance. (Overrides Object.GetHashCode().) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | (inherited from Object) |
Top
Operators
Name | Description | |
---|---|---|
Equality | Gets whether the two MCU categories are equal. | |
Inequality | Gets whether the two MCU categories are not equal. |
Top