Edit

Share via


ConferenceSession.GetRemoteParticipantEndpoints Method

Definition

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

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

Returns a snapshot collection of the endpoints used by the remote participants in this conference.

Applies to