PresenceAccessControlList Properties |
The PresenceAccessControlList type exposes the following members.
Name | Description | |
---|---|---|
![]() | AclPolicy |
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.
|
![]() | AllowedWatchers |
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.
|
![]() | BlockedWatchers |
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.
|