ref(modules/UI): remove events system.

Many of the events are not used at all or used only on one place. For the rest of them the listeners were added 2 times on promoted visitors and not cleaned at all.
This commit is contained in:
Hristo Terezov
2024-04-16 17:10:36 -05:00
parent d8b0710a19
commit 9bb27b83d9
16 changed files with 153 additions and 298 deletions

View File

@@ -368,8 +368,6 @@ class Conference extends AbstractConference<IProps, any> {
*/
_start() {
APP.UI.start();
APP.UI.registerListeners();
APP.UI.bindEvents();
FULL_SCREEN_EVENTS.forEach(name =>