Gets whether audio is supported by the MCU for the joined conference.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
IsAudioSupported 
As 
Boolean
C#
public 
bool 
IsAudioSupported { 
get; }
Visual C++
public:
property 
bool 
IsAudioSupported {
	
bool 
get ();
}
JavaScript
function get_
isAudioSupported();

See Also