ConferenceSession.GetMcuInformation Method
Gets the MCU information (including MCU URI) for the provided MCU type.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Function GetMcuInformation ( _
mcuType As String _
) As McuInformation
'Usage
Dim instance As ConferenceSession
Dim mcuType As String
Dim returnValue As McuInformation
returnValue = instance.GetMcuInformation(mcuType)
public McuInformation GetMcuInformation(
string mcuType
)
Parameters
- mcuType
Type: System.String
The MCU type we are interested in.
Return Value
Type: Microsoft.Rtc.Collaboration.McuInformation
The MCU information object or null if no match is found.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown when the supplied mcuType is null or empty. |