CallAcceptOptions.AcceptedContentIds Property
Gets the value of accepted contentIds on the call.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property AcceptedContentIds As Collection(Of String)
Get
'Usage
Dim instance As CallAcceptOptions
Dim value As Collection(Of String)
value = instance.AcceptedContentIds
public Collection<string> AcceptedContentIds { get; }
Property Value
Type: System.Collections.ObjectModel.Collection<String>
Remarks
If the incoming call contains the custom MIME parts, the party being called should specify the IDs of accepted mime parts by adding them to AcceptedIds collection. The header's name will be "MS-CONTENT-ACCEPTED-CID" and will contain a comma-separated list of accepted content IDs.