Skip to main content

Raise Hand Notification

By default, if somebody raise a hand in a Virtual Auditorium, we only see the notification in the participant list. With this plugin we will also see a toast message each time a participant raise a hand.

How to load this plugin

To load this plugin, download the source code from the Github link here. Once you have this code, move it into the plugins folder of your theme, you should name the folder raise-hand-notification.

Once you have copied these files, open the settings.json file inside of your branding package and add the following code to the plugins array.

{
"id": "raise-hand-notification-plugin-1.0",
"srcURL": "plugins/raise-hand-notification/raise-hand-notification.plugin.package.json",
"enabled": true
}

If you have any doubt, visit the sections Create a branding package and Upload to Infinity.