Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the media types supported by the Instant Messaging MCU.
Namespace: Microsoft.Rtc.Collaboration
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 InstantMessagingMcuSession
Dim value As IEnumerable(Of String)
value = instance.SupportedMediaTypes
public override IEnumerable<string> SupportedMediaTypes { get; }
Property Value
Type: System.Collections.Generic.IEnumerable<String>
The media types supported by the MCU
See Also
Reference
InstantMessagingMcuSession Class