Share via


LocalEndpoint.LocalOwnerPresence Property

Gets an object used to publish the Presence data of the owner of the local endpoint.

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

Syntax

'Declaration
Public ReadOnly Property LocalOwnerPresence As LocalOwnerPresence
    Get
'Usage
Dim instance As LocalEndpoint
Dim value As LocalOwnerPresence

value = instance.LocalOwnerPresence
public LocalOwnerPresence LocalOwnerPresence { get; }

Property Value

Type: Microsoft.Rtc.Collaboration.Presence.LocalOwnerPresence

Remarks

The local endpoint must be registered to publish Presence data.

See Also

Reference

LocalEndpoint Class

LocalEndpoint Members

Microsoft.Rtc.Collaboration Namespace