Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates a new instance of the McuSettings class, of the specified type.
Namespace: Microsoft.Rtc.Collaboration.ConferenceManagement
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub New ( _
mcuType As String _
)
'Usage
Dim mcuType As String
Dim instance As New ConferenceMcuInformation(mcuType)
public ConferenceMcuInformation(
string mcuType
)
Parameters
- mcuType
Type: System.String
Media category we want the MCU to support.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | Thrown when the mcuType is null or of zero length. |
See Also
Reference
ConferenceMcuInformation Class