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

@ -594,6 +594,9 @@ ComunicWeb.components.conversations.chatWindows = {
});
conversation.box.callButton = button;
button.addEventListener("click", function(){
ComunicWeb.components.calls.controller.call(conversation.infos.ID);
});
},