Skip to main content

Maintain URL

By default the URL after refreshing the web app is a lobby. It doesn't matter if you were in a conference. You will come to this lobby in any case.

This plugin prevents this behaviour and, in case that you were in a conference, it will reload the same conference again.

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 maintain-url.

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": "maintain-url-plugin-1.0",
"srcURL": "plugins/maintain-url/maintain-url.plugin.package.json",
"enabled": true
}

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