Share via


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<(Of <(<'String>)>)>

See Also

Reference

CallAcceptOptions Class

CallAcceptOptions Members

Microsoft.Rtc.Collaboration Namespace