Gets a snapshot collection of the endpoints used by the remote participants to communicate with the focus.

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

Syntax

Visual Basic (Declaration)
Public 
Function 
GetRemoteParticipantEndpoints 
As 
Collection(
Of 

ParticipantEndpoint)
C#
public 
Collection<

ParticipantEndpoint> 
GetRemoteParticipantEndpoints()
Visual C++
public:
Collection<

ParticipantEndpoint^>^ 
GetRemoteParticipantEndpoints()
JavaScript
function 
getRemoteParticipantEndpoints();

See Also