ConversationParticipantProperties.ActiveMediaTypes Property
Gets the participant's active media types.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property ActiveMediaTypes As Collection(Of String)
Get
Friend Set
'Usage
Dim instance As ConversationParticipantProperties
Dim value As Collection(Of String)
value = instance.ActiveMediaTypes
public Collection<string> ActiveMediaTypes { get; internal set; }
Property Value
Type: System.Collections.ObjectModel.Collection<String>
See Also
Reference
ConversationParticipantProperties Class