Commit 7dc13fd8 authored by Muhammadali's avatar Muhammadali

update

parent 9bb0698b
{
"name": "boxdialer",
"version": "1.3.3",
"version": "1.3.4",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
......@@ -24,6 +24,7 @@ export class BoxDialer {
viewVideoRemote;
viewLocalScreencast; // <video> (webrtc) or <div> (webrtc4all)
oConfigCall;
callDirection;
oReadyStateTimer;
ringtone;
ringbacktone;
......@@ -331,6 +332,7 @@ export class BoxDialer {
break;
case 'stack_i_new_call':
this.callDirection = 'in';
this.oSipSessionCall = event.newSession;
this.oSipSessionCall.setConfiguration(this.oConfigCall);
this.onSoundType({ type: 'ring', bool: true });
......@@ -416,6 +418,7 @@ export class BoxDialer {
// toast.error('Please enter another number');
// return;
// }
this.callDirection = 'out';
this.callBxMethods({
bxMethodName: 'CallCardSetUiState',
bxFuncParams: { uiState: 'connectingOutgoing' },
......
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