Commit fb2a1cf0 authored by Muhammadali's avatar Muhammadali

update

parent ca6b0aab
{
"name": "boxdialer",
"version": "1.3.1",
"version": "1.3.2",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
......@@ -222,7 +222,7 @@ export class BoxDialer {
stack_m_permission_accepted: 'connectingIncoming',
};
return sipState && uiStates[sipState] ? uiStates[sipState] : 'idle';
return sipState && uiStates[sipState] ? uiStates[sipState] : '';
}
callBxMethods({ bxMethodName, bxFuncParams, callback }) {
......
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