Anonymizer
In some occasions our users will want to have an extra of privacy. In this case,
we will want to change the display name
of the users and show instead a random
string.
This plugin will change the names in two sections. First, it will change the
value of the overlay text
that is displayed in the video and second, it will
change the value in the roster list.
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 breakout-rooms.
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": "plugin-anonymizer",
"srcURL": "plugins/anonymizer/plugin.json",
"enabled": true
}.json",
"enabled": true
}