LocalEndpointPresenceServices.GetRemotePresenceViews Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns all the views created on this endpoint.
public:
System::Collections::ObjectModel::Collection<Microsoft::Rtc::Collaboration::Presence::RemotePresenceView ^> ^ GetRemotePresenceViews();
public System.Collections.ObjectModel.Collection<Microsoft.Rtc.Collaboration.Presence.RemotePresenceView> GetRemotePresenceViews ();
member this.GetRemotePresenceViews : unit -> System.Collections.ObjectModel.Collection<Microsoft.Rtc.Collaboration.Presence.RemotePresenceView>
Public Function GetRemotePresenceViews () As Collection(Of RemotePresenceView)
Returns
Collection of all views that were created on this endpoint.