Edit

Share via


LocalEndpointPresenceServices.GetRemotePresenceViews Method

Definition

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.

Applies to