Commit 8f8939f6 authored by Muhammadali's avatar Muhammadali

update verison: 0.6.5

parent f7c4bd30
{
"name": "boxdialer",
"version": "0.6.4",
"version": "0.6.5",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
......@@ -529,6 +529,7 @@ export class BoxDialer {
}
closeButtonClick() {
console.log('closeButtonClick');
this.stopCall()
}
transferButtonClick(number) {
if (this.oSipSessionCall) {
......@@ -543,7 +544,7 @@ export class BoxDialer {
bool: false,
callType: 'answered',
callAnswerType: 'oncoming',
callFromName: null,
callFromName: null
});
}
}
......
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