Gets the conversation active media types.

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

Syntax

Visual Basic (Declaration)
Public 
Property 
ActiveMediaTypes 
As 
Collection(
Of 
String)
C#
public 
Collection<
string> 
ActiveMediaTypes { 
get; 
internal 
set; }
Visual C++
public:
property 
Collection<
String^>^ 
ActiveMediaTypes {
	
Collection<
String^>^ 
get ();
	
void 
set (
Collection<
String^>^ 
value);
}
JavaScript
function get_
activeMediaTypes();
function set_
activeMediaTypes(
value);

See Also