UserPresenceSettings Class
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.
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
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. |