GetRemoteParticipantEndpoints Method

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Function GetRemoteParticipantEndpoints As Collection(Of ParticipantEndpoint)
'Usage
Dim instance As McuSession
Dim returnValue As Collection(Of ParticipantEndpoint)

returnValue = instance.GetRemoteParticipantEndpoints()
public Collection<ParticipantEndpoint> GetRemoteParticipantEndpoints()

Return Value

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

See Also

Reference

McuSession Class

McuSession Members

Microsoft.Rtc.Collaboration Namespace