Share via


Call.ActiveMediaTypes Property

NOTE: This API is now obsolete.

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 Call
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>

See Also

Reference

Call Class

Call Members

Microsoft.Rtc.Collaboration Namespace