If you want to enable Beamer notifications only for certain user roles, such as administrators/ internal users, you can adjust the Beamer script configuration. Here’s how:
Modify the Beamer Configuration: You can control when Beamer loads by adjusting the following settings in your script:
Set beamer_config[‘lazy’] = true; for users who should not receive notifications.
Set beamer_config[‘lazy’] = false; for users who should receive notifications, such as administrators or any other specified roles.
By setting beamer_config.lazy = true in your script, Beamer will not initialize automatically, as it typically does by default.
This means that non-designated users, like those who aren’t part of the specified roles, will not have access to Beamer notifications, such as the widget or top bar, since it won’t be initialized for them.
Please note that administrators are just one example; you can customize this setup for any required user roles, such as internal users or others.
For detailed instructions on how to embed Beamer, check out this documentation: How to Use Beamer in Your Website or App.