Gets a snapshot collection of the endpoints used by the local participant to communicate with the focus.

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

Syntax

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

ParticipantEndpoint)
C#
public 
Collection<

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

ParticipantEndpoint^>^ 
GetLocalParticipantEndpoints()
JavaScript
function 
getLocalParticipantEndpoints();

Remarks

If the local participant joined the conference from another endpoint, the returned collection will include that endpoint in addition to the local endpoint.

See Also