GetLocalParticipantEndpoints Method

Gets the results from terminating the conference.

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<(Of <(<'ParticipantEndpoint>)>)>

See Also

Reference

ConferenceSession Class

ConferenceSession Members

Microsoft.Rtc.Collaboration Namespace