Commit 8d1b245d authored by Muhammadali's avatar Muhammadali

update version: 0.7.

parent 85b62273
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "0.7.7", "version": "0.7.8",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -531,9 +531,10 @@ export class BoxDialer { ...@@ -531,9 +531,10 @@ export class BoxDialer {
closeButtonClick() { closeButtonClick() {
console.log('closeButtonClick'); console.log('closeButtonClick');
// this.stopCall(); this.stopCall();
} }
hangupButtonClick() { hangupButtonClick() {
this.stopCall();
console.log('hangupButtonClick'); console.log('hangupButtonClick');
} }
......
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