ConferenceSession.GetMcuInformation(String) Method
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.
Gets the MCU information (including MCU URI) for the provided MCU type.
public:
Microsoft::Rtc::Collaboration::McuInformation ^ GetMcuInformation(System::String ^ mcuType);
public Microsoft.Rtc.Collaboration.McuInformation GetMcuInformation (string mcuType);
member this.GetMcuInformation : string -> Microsoft.Rtc.Collaboration.McuInformation
Public Function GetMcuInformation (mcuType As String) As McuInformation
Parameters
- mcuType
- String
The MCU type we are interested in.
Returns
The MCU information object or null if no match is found.
Exceptions
Thrown when the supplied mcuType is null or empty.