ConferenceSession.GetLocalParticipantEndpoints Method

Definition

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

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

Returns

Collection<ParticipantEndpoint>

Remarks

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

Applies to