Gets or sets whether the media provider supports behaving as an MCU.

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

Syntax

Visual Basic (Declaration)
Public 
Property 
IsMcuSupported 
As 
Boolean
C#
public 
bool 
IsMcuSupported { 
get; 
protected 
set; }
Visual C++
public:
property 
bool 
IsMcuSupported {
	
bool 
get ();
	
void 
set (
bool 
value);
}
JavaScript
function get_
isMcuSupported();
function set_
isMcuSupported(
value);

See Also