Gets or sets the default media type that will be used to establish an outbound call.

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

Syntax

Visual Basic (Declaration)
Public 
MustOverride 
Property 
DefaultMediaType 
As 
String
C#
public 
abstract 
string 
DefaultMediaType { 
get; 
set; }
Visual C++
public:
virtual 
property 
String^ 
DefaultMediaType {
	
String^ 
get () 
abstract;
	
void 
set (
String^ 
value) 
abstract;
}
JavaScript
function get_
defaultMediaType();
function set_
defaultMediaType(
value);

Remarks

This property is most useful when a call supports more than one Media type and at least two Media providers are needed to enable the supported modalities. The default media type is used to disambiguate which Media provider to use to make the outbound call.

See Also