Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a snapshot collection of the endpoints used by the local participant to communicate with the focus.
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 ConferenceSession
Dim returnValue As Collection(Of ParticipantEndpoint)
returnValue = instance.GetLocalParticipantEndpoints()
public Collection<ParticipantEndpoint> GetLocalParticipantEndpoints()
Return Value
Type: System.Collections.ObjectModel.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.