Commit 2b793e71 authored by Muhammadali's avatar Muhammadali

update version: 1.4.5

parent 82817a50
{
"name": "boxdialer",
"version": "1.4.4",
"version": "1.4.5",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
......@@ -480,7 +480,7 @@ export class BoxDialer {
console.log('addCommentButtonClick');
}
muteButtonClick() {
console.log(this.callEvetsBoxDialer, 'dsadfdssad INSET');
console.log('muteButtonClick');
this.callEvetsBoxDialer = {
...this.callEvetsBoxDialer,
......@@ -499,7 +499,7 @@ export class BoxDialer {
});
}
holdButtonClick() {
console.log(`Hold button ${this.callEvetsBoxDialer.callHold}`);
console.log(`holdButtonClick`);
if (this.callEvetsBoxDialer.callHold) {
this.oSipSessionCall.resume();
this.callEvetsBoxDialer = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment