Share via


LocalEndpoint.RemotePresence Property

NOTE: This API is now obsolete.

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

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
<ObsoleteAttribute("This prpoerty will be removed from future Versions. Please see RemotePresenceView and PresenceServices instead.")> _
Public ReadOnly Property RemotePresence As RemotePresence
    Get
'Usage
Dim instance As LocalEndpoint
Dim value As RemotePresence

value = instance.RemotePresence
[ObsoleteAttribute("This prpoerty will be removed from future Versions. Please see RemotePresenceView and PresenceServices instead.")]
public RemotePresence RemotePresence { get; }

Property Value

Type: Microsoft.Rtc.Collaboration.Presence.RemotePresence

Remarks

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

See Also

Reference

LocalEndpoint Class

LocalEndpoint Members

Microsoft.Rtc.Collaboration Namespace