Commit 85b62273 authored by Muhammadali's avatar Muhammadali

update version: 0.7.7

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