SupportedMediaTypes Property

List supported Media names, which are acceptable m-lines in SDP offer/answer.

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

Syntax

'Declaration
Public Overrides ReadOnly Property SupportedMediaTypes As ReadOnlyCollection(Of String)
    Get
'Usage
Dim instance As AudioVideoCall
Dim value As ReadOnlyCollection(Of String)

value = instance.SupportedMediaTypes
public override ReadOnlyCollection<string> SupportedMediaTypes { get; }

Property Value

Type: System.Collections.ObjectModel..::..ReadOnlyCollection<(Of <(<'String>)>)>

Remarks

For an InstantMessagingCall, Message is the only supported MediaType.

See Also

Reference

AudioVideoCall Class

AudioVideoCall Members

Microsoft.Rtc.Collaboration.AudioVideo Namespace