MediaBasedFactory.MediaTypes Property
Gets the media types supported by this factory.
Namespace: Microsoft.Rtc.Collaboration.ComponentModel
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property MediaTypes As Collection(Of String)
Get
'Usage
Dim instance As MediaBasedFactory
Dim value As Collection(Of String)
value = instance.MediaTypes
public abstract Collection<string> MediaTypes { get; }
Property Value
Type: System.Collections.ObjectModel.Collection<String>
Remarks
Media types supported by CallFactory derivatives should be case-sensitive and inline with the corresponding SDP representation.