Edit

Share via


AudioVideoMcuSession.SupportedMediaTypes Property

Definition

Gets the media types supported by the MCU.

public:
 virtual property System::Collections::Generic::IEnumerable<System::String ^> ^ SupportedMediaTypes { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); };
public override System.Collections.Generic.IEnumerable<string> SupportedMediaTypes { get; }
member this.SupportedMediaTypes : seq<string>
Public Overrides ReadOnly Property SupportedMediaTypes As IEnumerable(Of String)

Property Value

The Media types supported by the MCU

Applies to