Commit febb2ead authored by Muhammadali's avatar Muhammadali

update

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