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

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();

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 for future compatability.

See Also