Adding a new "jitsiNoPrefix" property.

When set to "true", WorkAdventure will NOT prefix the Jitsi room name with a hash, gicing full control to the user over the Jitsi room name.
This commit is contained in:
David Négrier
2022-04-16 11:36:10 +02:00
parent b89997c9f1
commit 8c5c680cfb
5 changed files with 30 additions and 8 deletions
@@ -15,6 +15,7 @@ export enum GameMapProperties {
JITSI_TRIGGER_MESSAGE = "jitsiTriggerMessage",
JITSI_URL = "jitsiUrl",
JITSI_WIDTH = "jitsiWidth",
JITSI_NO_PREFIX = "jitsiNoPrefix",
NAME = "name",
OPEN_TAB = "openTab",
OPEN_WEBSITE = "openWebsite",