ActiveMediaTypes Property

Get the list of active media types for this call.

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 Call
Dim value As Collection(Of String)

value = instance.ActiveMediaTypes
public Collection<string> ActiveMediaTypes { get; }

Property Value

Type: System.Collections.ObjectModel..::..Collection<(Of <(<'String>)>)>

Remarks

The active media types are determined from the m lines of the sdp offer/answer that are active (port != 0). This value should not be null because the rest of the code assumes so. If there are no active media types, this property returns an empty list.

See Also

Reference

Call Class

Call Members

Microsoft.Rtc.Collaboration Namespace