DefaultMediaType Property

Gets or sets the default media type for this call.

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

Syntax

'Declaration
Public Overrides Property DefaultMediaType As String
    Get
    Set
'Usage
Dim instance As AudioVideoCall
Dim value As String

value = instance.DefaultMediaType

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

Property Value

Type: System..::..String

Remarks

For an AudioVideo call , the default mediaType is Audio.

See Also

Reference

AudioVideoCall Class

AudioVideoCall Members

Microsoft.Rtc.Collaboration.AudioVideo Namespace