Gets the media types supported by the Instant Messaging MCU.

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

Syntax

Visual Basic (Declaration)
Public 
Overrides 
ReadOnly 
Property 
SupportedMediaTypes 
As 
IEnumerable(
Of 
String)
C#
public 
override 
IEnumerable<
string> 
SupportedMediaTypes { 
get; }
Visual C++
public:
virtual 
property 
IEnumerable<
String^>^ 
SupportedMediaTypes {
	
IEnumerable<
String^>^ 
get () 
override;
}
JavaScript
function get_
supportedMediaTypes();

Return Value

The media types supported by the MCU

See Also