mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-09-19 05:49:07 +00:00
Display basic call window
This commit is contained in:
@@ -594,6 +594,9 @@ ComunicWeb.components.conversations.chatWindows = {
|
||||
});
|
||||
conversation.box.callButton = button;
|
||||
|
||||
button.addEventListener("click", function(){
|
||||
ComunicWeb.components.calls.controller.call(conversation.infos.ID);
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user