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 supported content.
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<ContentType>
Remarks
The supported content types are given in the SDP negotiation with MCU.
See Also
Reference
InstantMessagingMcuParticipantEndpointProperties Class