Edit

Share via


ApplicationEndpointPresenceSettings Class

Definition

Represents the automatic presence publishing information and settings for RemotePresenceView.

public ref class ApplicationEndpointPresenceSettings : Microsoft::Rtc::Collaboration::PresenceSettings
public class ApplicationEndpointPresenceSettings : Microsoft.Rtc.Collaboration.PresenceSettings
type ApplicationEndpointPresenceSettings = class
    inherit PresenceSettings
Public Class ApplicationEndpointPresenceSettings
Inherits PresenceSettings
Inheritance
ApplicationEndpointPresenceSettings

Remarks

Publishing presence information during endpoint establishment is an optional operation and will only be done when AutomaticPresencePublicationEnabled is set to true. The properties PresentityType and Description get published as a part of the ContactCard instance published into container 0 .

Constructors

ApplicationEndpointPresenceSettings()

Creates an instance of ApplicationEndpointPresenceSettings.

Properties

Description

Gets or sets the description of the presentity.

InitialPresenceState

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

PreferredServiceCapabilities

Gets or sets the device capabilities of this endpoint.

(Inherited from PresenceSettings)
PresentityType

Gets or sets the value indicating the type of the presentity such as "person", "huntgroup", "autoattendant", "automaton".

RemotePresenceSubscriptionCategories

Gets the list of categories that views will be initialized with.

(Inherited from PresenceSettings)

Applies to