DefaultMediaType Property

Gets the default media type for this call.

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

Syntax

'Declaration
Public MustOverride Property DefaultMediaType As String
    Get
    Set
'Usage
Dim instance As Call
Dim value As String

value = instance.DefaultMediaType

instance.DefaultMediaType = value
public abstract string DefaultMediaType { get; set; }

Property Value

Type: System..::..String

Remarks

This is needed so that the call can be matched with a media provider that supports at least the default media types indicated by this property. The media provider can, however, support many other media types in addition to the default media type. If the supported media type is a single media type, then this property matches that type. If there are multiple media types (e.g. audio, video, T38), then this can be either audio or T38 depending on whether the applications wants to initiate an audio call or a fax call.

See Also

Reference

Call Class

Call Members

Microsoft.Rtc.Collaboration Namespace