Edit

Share via


McuSession.GetLocalParticipantEndpoints Method

Definition

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

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

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.

Applies to