Share via


SupportedMediaTypes Property

Gets the media types supported by the MCU.

Namespace:  Microsoft.Rtc.Collaboration.AudioVideo
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property SupportedMediaTypes As IEnumerable(Of String)
    Get
'Usage
Dim instance As AudioVideoMcuSession
Dim value As IEnumerable(Of String)

value = instance.SupportedMediaTypes
public override IEnumerable<string> SupportedMediaTypes { get; }

Property Value

Type: System.Collections.Generic..::..IEnumerable<(Of <(<'String>)>)>
The Media types supported by the MCU.

See Also

Reference

AudioVideoMcuSession Class

AudioVideoMcuSession Members

Microsoft.Rtc.Collaboration.AudioVideo Namespace