ApplicationEndpointPresenceSettings.InitialPresenceState Property

Gets or sets the aggregate state that will be published as part of the establish operation.

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

Syntax

'Declaration
Public Property InitialPresenceState As PresenceState
    Get
    Set
'Usage
Dim instance As ApplicationEndpointPresenceSettings
Dim value As PresenceState

value = instance.InitialPresenceState

instance.InitialPresenceState = value
public PresenceState InitialPresenceState { get; set; }

Property Value

Type: Microsoft.Rtc.Collaboration.Presence.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.

See Also

Reference

ApplicationEndpointPresenceSettings Class

ApplicationEndpointPresenceSettings Members

Microsoft.Rtc.Collaboration Namespace