Share via


ConversationParticipant.ActiveMediaTypes Property

NOTE: This API is now obsolete.

Gets the active media types for the participant.

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 ConversationParticipant
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().

See Also

Reference

ConversationParticipant Class

ConversationParticipant Members

Microsoft.Rtc.Collaboration Namespace