ActiveMediaTypes Property
Gets active media types for the participant.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property ActiveMediaTypes As Collection(Of String)
Get
'Usage
Dim instance As ConversationParticipant
Dim value As Collection(Of String)
value = instance.ActiveMediaTypes
public Collection<string> ActiveMediaTypes { get; }
Property Value
Type: System.Collections.ObjectModel..::..Collection<(Of <(<'String>)>)>