Gets or sets whether the MCU supports video.

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

Syntax

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

See Also