1
0
mirror of https://github.com/pierre42100/ComunicWeb synced 2025-07-10 21:22:53 +00:00

Display basic call window

This commit is contained in:
2019-01-24 14:40:36 +01:00
parent cd4e6ddcb1
commit e90c20c262
9 changed files with 380 additions and 2 deletions

@ -1167,6 +1167,27 @@ var ComunicWeb = {
controller: {
//TODO : implement
},
/**
* Call window
*/
callWindow: {
//TODO : implement
},
/**
* Current calls list
*/
currentList: {
//TODO : implement
},
/**
* User media getter
*/
userMedia: {
//TODO : implement
},
},
/**