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 Overrides Property DefaultMediaType As String
    Get
    Set
'Usage
Dim instance As InstantMessagingCall
Dim value As String

value = instance.DefaultMediaType

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

Property Value

Type: System..::..String

Remarks

For InstantMessagingCall, default mediaType is Message.

See Also

Reference

InstantMessagingCall Class

InstantMessagingCall Members

Microsoft.Rtc.Collaboration Namespace