Commit bb5dc1f4 authored by Muhammadali's avatar Muhammadali

update

parent 799bbfab
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "4.8.40", "version": "4.8.41",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -918,6 +918,10 @@ export class BoxDialer { ...@@ -918,6 +918,10 @@ export class BoxDialer {
type: null, type: null,
from: '', from: '',
}); });
console.log(
'hangupButtonClick========-----------',
this.callSession._status,
);
if (this.callSession) this.callSession.terminate(); if (this.callSession) this.callSession.terminate();
} }
......
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