Edit

Share via


UserPresenceSettings Class

Definition

Represents the automatic presence publishing information and settings for RemotePresenceView.

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

Remarks

Publishing presence information during endpoint establishment is an optional operation and will only be done when AutomaticPresencePublicationEnabled is set to true.

Constructors

UserPresenceSettings()

Creates an object of type UserPresenceSettings.

Properties

PreferredServiceCapabilities

Gets or sets the device capabilities of this endpoint.

(Inherited from PresenceSettings)
RemotePresenceSubscriptionCategories

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

(Inherited from PresenceSettings)
UserPresenceState

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

Applies to