ActiveMediaTypes Property

Active media types for the endpoint.

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

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

Property Value

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

See Also

Reference

ParticipantEndpoint Class

ParticipantEndpoint Members

Microsoft.Rtc.Collaboration Namespace