LocalEndpoint.RemotePresence Property

Definition

Caution

This property will be removed from future Versions. Please see RemotePresenceView and PresenceServices instead.

Gets an object to subscribe to or query the Presence of remote Users and Applications.

public:
 property Microsoft::Rtc::Collaboration::Presence::RemotePresence ^ RemotePresence { Microsoft::Rtc::Collaboration::Presence::RemotePresence ^ get(); };
[System.Obsolete("This property will be removed from future Versions. Please see RemotePresenceView and PresenceServices instead.")]
public Microsoft.Rtc.Collaboration.Presence.RemotePresence RemotePresence { get; }
member this.RemotePresence : Microsoft.Rtc.Collaboration.Presence.RemotePresence
Public ReadOnly Property RemotePresence As RemotePresence

Property Value

Attributes

Remarks

The local endpoint must be registered to subscribe to the Presence of a remote User or Application.

Applies to