Edit

Share via


RemotePresenceViewSubscriptionMode Enum

Definition

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

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.

Applies to