Commit 85b62273 authored by Muhammadali's avatar Muhammadali

update version: 0.7.7

parent 9c352845
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "0.7.6", "version": "0.7.7",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -533,6 +533,9 @@ export class BoxDialer { ...@@ -533,6 +533,9 @@ export class BoxDialer {
console.log('closeButtonClick'); console.log('closeButtonClick');
// this.stopCall(); // this.stopCall();
} }
hangupButtonClick() {
console.log('hangupButtonClick');
}
transferButtonClick(number) { transferButtonClick(number) {
if (this.oSipSessionCall) { if (this.oSipSessionCall) {
......
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