Edit

Share via


LocalOwnerPresence.AutomaticPublicationState Property

Definition

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

public:
 property Microsoft::Rtc::Collaboration::Presence::PresencePublicationState AutomaticPublicationState { Microsoft::Rtc::Collaboration::Presence::PresencePublicationState get(); };
public Microsoft.Rtc.Collaboration.Presence.PresencePublicationState AutomaticPublicationState { get; }
member this.AutomaticPublicationState : Microsoft.Rtc.Collaboration.Presence.PresencePublicationState
Public ReadOnly Property AutomaticPublicationState As PresencePublicationState

Property Value

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.

Applies to