LocalOwnerPresence.AutomaticPublicationState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.