Click or drag to resize

PresenceAccessControlList Properties

The PresenceAccessControlList type exposes the following members.

Properties
  NameDescription
Public propertyAclPolicy
Current PresenceAccessControlListPolicy. Undefined is returned until the information is retrieved from the network. Will return Block in the case if Confirm is configured with current Presence Server implementation.
Public propertyAllowedWatchers
List of users who are not allowed to track local user's presence. null is returned until PresenceAccessControlRulesChanged or PresenceAccessControlPolicyChanged handler is assigned. In order to receive a list of allowed presence watchers subscribe to PresenceAccessControlRulesChanged or PresenceAccessControlPolicyChanged first and wait for events.
Public propertyBlockedWatchers
List of users who are not allowed to track local user's presence. null is returned until PresenceAccessControlRulesChanged or PresenceAccessControlPolicyChanged handler is assigned. In order to receive a list of allowed presence watchers subscribe to PresenceAccessControlRulesChanged or PresenceAccessControlPolicyChanged first and wait for events.
Top
See Also