Gets a snapshot list of endpoints known for this participant.

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

Syntax

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

ParticipantEndpoint)
C#
public 
Collection<

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

ParticipantEndpoint^>^ 
GetEndpoints()
JavaScript
function 
getEndpoints();

See Also