LocalEndpoint.RemotePresence Property
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.
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.