Automatically retrieve calls configuration

This commit is contained in:
2019-01-23 15:19:34 +01:00
parent e6f4159e53
commit feb17e3f13
6 changed files with 108 additions and 2 deletions

View File

@ -1144,6 +1144,31 @@ var ComunicWeb = {
},
/**
* Calls component
*/
calls: {
/**
* Calls configuration
*/
__config: undefined,
/**
* Calls interface
*/
interface: {
//TODO : implement
},
/**
* Calls controller
*/
controller: {
//TODO : implement
},
},
/**
* Easter egg : pacman
*/

View File

@ -58,6 +58,11 @@ ComunicWeb.common.system = {
*/
ComunicWeb.components.darkTheme.refresh();
/**
* Initialize call system
*/
ComunicWeb.components.calls.controller.init();
/**
* What to do after login refresh
*/