Add constant

This commit is contained in:
Gregoire Parant 2020-11-23 20:34:05 +01:00
parent 2812387650
commit 3d32fb90dc
2 changed files with 15 additions and 6 deletions

View file

@ -23,6 +23,10 @@ export interface CenterListener {
onCenterChange(): void;
}
export const ON_ACTION_TRIGGER_BUTTON = 'onaction';
export const TRIGGER_WEBSITE_PROPERTIES = 'openWebsiteTrigger';
export const TRIGGER_JITSI_PROPERTIES = 'jitsiTrigger';
/**
* This class is in charge of the video-conference layout.
* It receives positioning requests for videos and does its best to place them on the screen depending on the active layout mode.