Dela via


McuSession.GetLocalParticipantEndpoints Method

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

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Function GetLocalParticipantEndpoints As Collection(Of ParticipantEndpoint)
'Usage
Dim instance As McuSession
Dim returnValue As Collection(Of ParticipantEndpoint)

returnValue = instance.GetLocalParticipantEndpoints()
public Collection<ParticipantEndpoint> GetLocalParticipantEndpoints()

Return Value

Type: System.Collections.ObjectModel.Collection<ParticipantEndpoint>

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.

See Also

Reference

McuSession Class

McuSession Members

Microsoft.Rtc.Collaboration Namespace