Edit

Share via


AudioVideoCall.SupportedMediaTypes Property

Definition

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)

Property Value

Applies to