Commit 49112174 authored by Muhammadali's avatar Muhammadali

update version: 0.8.0

parent 1a6852de
{
"name": "boxdialer",
"version": "0.7.9",
"version": "0.8.0",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
......@@ -337,6 +337,7 @@ export class BoxDialer {
this.oSipSessionCall.setConfiguration(this.oConfigCall);
this.onSoundType({ type: 'ring', bool: true });
this.setGuiPhoneState({
stateCode: 'i_new_call',
funcName: 'modalState',
funcParam: {
bool: true,
......@@ -345,6 +346,7 @@ export class BoxDialer {
callFromName: event?.o_event?.o_session?.o_uri_from?.s_user_name,
},
});
break;
case 'stack_stopped':
......@@ -511,7 +513,6 @@ export class BoxDialer {
}
closeButtonClick() {
console.log('closeButtonClick');
this.hangupButtonClick();
}
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