Runs a background task that constantly monitors for users joining queues. This process monitors
This process monitors the queues downloaded via the queues() action and updates the joined field in the queue_member table whenever a user is activated or deactivated ('joined') on that queue.
This background task needs the users, queues and queue_members tables to have been populated, via the queues(), queue_members() and users() actions.
CX Vizz automatically stops monitoring queues that are deleted and starts monitoring queues that are added, whenever the queue() action is run.
Tables Affected
Permissions needed
No permissions needed.
Examples
- realtime_queue_members
