Gets the list of supported Media names, which are acceptable m-lines in SDP offer/answer.

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

Syntax

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

Remarks

For InstantMessagingCall, Message is the only supported MediaType.

See Also