ApplicationEndpointPresenceSettings.InitialPresenceState Property

Definition

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

PresenceState

Remarks

This is only published when AutomaticPresencePublicationEnabled is set to true.

The default value is PresenceState.PersistentOnline. Only aggregate state values can be supplied.

Applies to