LocalOwnerPresence Property

Gets the service used to publish presence data for this 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

Can only be supported if the endpoint is registered on a server.

See Also

Reference

LocalEndpoint Class

LocalEndpoint Members

Microsoft.Rtc.Collaboration Namespace