Exit trigger action
- [x] Add trigger message custom - [x] Add trigger for exit map - [x] Update documentation
This commit is contained in:
parent
18fb508828
commit
5f88a1a0b9
2 changed files with 41 additions and 8 deletions
|
@ -26,6 +26,11 @@ 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';
|
||||
|
||||
export const WEBSITE_MESSAGE_PROPERTIES = 'openWebsiteTriggerMessage';
|
||||
export const JITSI_MESSAGE_PROPERTIES = 'jitsiTriggerMessage';
|
||||
export const EXIT_MESSAGE_PROPERTIES = 'exitTriggerMessage';
|
||||
|
||||
/**
|
||||
* This class is in charge of the video-conference layout.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue