AudioVideoCall.SupportedMediaTypes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the list of supported Media names, which are acceptable m-lines in SDP offer/answer.
public:
virtual property System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ SupportedMediaTypes { System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ get(); };
public override System.Collections.ObjectModel.ReadOnlyCollection<string> SupportedMediaTypes { get; }
member this.SupportedMediaTypes : System.Collections.ObjectModel.ReadOnlyCollection<string>
Public Overrides ReadOnly Property SupportedMediaTypes As ReadOnlyCollection(Of String)