Error problem open new map

This commit is contained in:
Gregoire Parant 2021-01-25 13:18:57 +01:00
parent 5f88a1a0b9
commit beb53df364
3 changed files with 64 additions and 11 deletions

View file

@ -24,6 +24,7 @@ export interface CenterListener {
}
export const ON_ACTION_TRIGGER_BUTTON = 'onaction';
export const TRIGGER_WEBSITE_PROPERTIES = 'openWebsiteTrigger';
export const TRIGGER_JITSI_PROPERTIES = 'jitsiTrigger';
export const TRIGGER_EXIT_PROPERTIES = 'exitTrigger';