Conversation.ActiveMediaTypes Property
NOTE: This API is now obsolete.
Gets the list of active media types for this conversation.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
<ObsoleteAttribute("This method will be removed from future versions. Use method 'GetActiveMediaTypes()'")> _
Public ReadOnly Property ActiveMediaTypes As Collection(Of String)
Get
'Usage
Dim instance As Conversation
Dim value As Collection(Of String)
value = instance.ActiveMediaTypes
[ObsoleteAttribute("This method will be removed from future versions. Use method 'GetActiveMediaTypes()'")]
public Collection<string> ActiveMediaTypes { get; }
Property Value
Type: System.Collections.ObjectModel.Collection<String>
Remarks
This property will be removed from future versions. Instead use method GetActiveMediaTypes().