SupportedContent Property

The supported content types given in SDP negotiation with MCU.

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

Syntax

'Declaration
Public ReadOnly Property SupportedContent As Collection(Of ContentType)
    Get
'Usage
Dim instance As InstantMessagingMcuParticipantEndpointProperties
Dim value As Collection(Of ContentType)

value = instance.SupportedContent
public Collection<ContentType> SupportedContent { get; }

Property Value

Type: System.Collections.ObjectModel..::..Collection<(Of <(<'ContentType>)>)>

See Also

Reference

InstantMessagingMcuParticipantEndpointProperties Class

InstantMessagingMcuParticipantEndpointProperties Members

Microsoft.Rtc.Collaboration Namespace