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

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

Instant messaging, audio-video and application sharing MCUs currently allow one endpoint only per participant, however, the property assumes multiple endpoints per participant are allowed.

It is possible that the local participant is logged on from other devices in which case all those endpoints will be reported by this property.

See Also