LocalOwnerPresence.AutomaticPublicationState Property

Gets the status of automatic presence publication that occurs along with endpoint establish.

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

Syntax

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

value = instance.AutomaticPublicationState
public PresencePublicationState AutomaticPublicationState { get; }

Property Value

Type: Microsoft.Rtc.Collaboration.Presence.PresencePublicationState

Remarks

Automtatic presence publication will only be done when AutomaticPresencePublicationEnabled or AutomaticPresencePublicationEnabled is set to true and the initial presence publication as part of the endpoint establishment process fails. The publication will be retried and this property will be set to Published upon successul completion.

See Also

Reference

LocalOwnerPresence Class

LocalOwnerPresence Members

Microsoft.Rtc.Collaboration.Presence Namespace