Commit febb2ead authored by Muhammadali's avatar Muhammadali

update

parent b14bb37b
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "1.7.3", "version": "1.7.4",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -215,7 +215,11 @@ export class BoxDialer { ...@@ -215,7 +215,11 @@ export class BoxDialer {
} }
getBxUiState(sipState) { getBxUiState(sipState) {
console.log('getBxUiState_sipState: ', sipState); console.log(
'getBxUiState_sipState: ',
sipState,
this.callDirection === 'in' ? 'incoming' : 'outgoing',
);
if (sipState && !!sipState.length) sipState = this.sipState; if (sipState && !!sipState.length) sipState = this.sipState;
let uiStates = { let uiStates = {
// stack_i_new_call: // stack_i_new_call:
......
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