Gets information about the MCU including the MCU address or null if the MCU session is not bound to a conference (The parent ConferenceSession has not joined a conference yet, or the joined conference does not support the corresponding MCU type).

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
McuInformation 
As 

McuInformation
C#
public 

McuInformation 
McuInformation { 
get; }
Visual C++
public:
property 

McuInformation^ 
McuInformation {
	

McuInformation^ 
get ();
}
JavaScript
function get_
mcuInformation();

See Also