Edit

Share via


McuSession.GetRemoteParticipantEndpoints Method

Definition

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

public:
 System::Collections::ObjectModel::Collection<Microsoft::Rtc::Collaboration::ParticipantEndpoint ^> ^ GetRemoteParticipantEndpoints();
public System.Collections.ObjectModel.Collection<Microsoft.Rtc.Collaboration.ParticipantEndpoint> GetRemoteParticipantEndpoints ();
member this.GetRemoteParticipantEndpoints : unit -> System.Collections.ObjectModel.Collection<Microsoft.Rtc.Collaboration.ParticipantEndpoint>
Public Function GetRemoteParticipantEndpoints () As Collection(Of ParticipantEndpoint)

Returns

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 compatibility.

Applies to