Add constant
This commit is contained in:
parent
2812387650
commit
3d32fb90dc
2 changed files with 15 additions and 6 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue