enables/disables an ability to perform calls
webix.ui({
view: "chat",
token, // token got from the server
url: "https://docs.webix.com/chat-backend/",
calls: true, // enables calls by default
});
When the property is true users can perform video and audio calls. The functionality concerns only private chats (not groups).