ApplicationEndpointPresenceSettings.InitialPresenceState 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 or sets the aggregate state that will be published as part of the establish operation.
public:
property Microsoft::Rtc::Collaboration::Presence::PresenceState ^ InitialPresenceState { Microsoft::Rtc::Collaboration::Presence::PresenceState ^ get(); void set(Microsoft::Rtc::Collaboration::Presence::PresenceState ^ value); };
public Microsoft.Rtc.Collaboration.Presence.PresenceState InitialPresenceState { get; set; }
member this.InitialPresenceState : Microsoft.Rtc.Collaboration.Presence.PresenceState with get, set
Public Property InitialPresenceState As PresenceState
Property Value
Remarks
This is only published when AutomaticPresencePublicationEnabled is set to true.
The default value is PresenceState.PersistentOnline. Only aggregate state values can be supplied.