ConferenceMcuInformation(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of the McuSettings class, of the specified type.
public:
ConferenceMcuInformation(System::String ^ mcuType);
public ConferenceMcuInformation (string mcuType);
new Microsoft.Rtc.Collaboration.ConferenceManagement.ConferenceMcuInformation : string -> Microsoft.Rtc.Collaboration.ConferenceManagement.ConferenceMcuInformation
Public Sub New (mcuType As String)
Parameters
- mcuType
- String
Media category we want the MCU to support.
Exceptions
Thrown when the mcuType is null or of zero length.