Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the media the participant is participating in.
Namespace: Microsoft.Rtc.Collaboration.ComponentModel
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property Media As Collection(Of McuMediaChannel)
Get
'Usage
Dim instance As McuParticipantEndpointProperties
Dim value As Collection(Of McuMediaChannel)
value = instance.Media
public Collection<McuMediaChannel> Media { get; }
Property Value
Type: System.Collections.ObjectModel.Collection<McuMediaChannel>
See Also
Reference
McuParticipantEndpointProperties Class