Edit

Share via


ConferenceSession.GetMcuInformation(String) Method

Definition

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.

Applies to