LocalEndpointPresenceServices.GetRemotePresenceViews Method
Returns all the views created on this endpoint.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Function GetRemotePresenceViews As Collection(Of RemotePresenceView)
'Usage
Dim instance As LocalEndpointPresenceServices
Dim returnValue As Collection(Of RemotePresenceView)
returnValue = instance.GetRemotePresenceViews()
public Collection<RemotePresenceView> GetRemotePresenceViews()
Return Value
Type: System.Collections.ObjectModel.Collection<RemotePresenceView>
Collection of all views that were created on this endpoint.
See Also
Reference
LocalEndpointPresenceServices Class