AudioVideoCall.SupportedMediaTypes Property
Gets the list of 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<String>