RemotePresenceViewSubscriptionMode Enum
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 subscription mode for RemotePresenceView to fetch presence information.
public enum class RemotePresenceViewSubscriptionMode
public enum RemotePresenceViewSubscriptionMode
type RemotePresenceViewSubscriptionMode =
Public Enum RemotePresenceViewSubscriptionMode
- Inheritance
-
RemotePresenceViewSubscriptionMode
Fields
Name | Value | Description |
---|---|---|
Default | 0 | All remote presentities in a RemotePresenceView will have persistence subscription, but could be downgraded to polling if subscription limit is reached for presentity or its an automated service. This is the recommended mode for applications who wish to have persistent subscription. |
Persistent | 1 | All remote presentities in RemotePresenceView will have persistent subscription. |
Polling | 2 | All remote presentities in RemotePresenceView will be polled with specified polling interval. |