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

View File

@@ -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
},
},
/**