Commit 9bb0698b authored by Muhammadali's avatar Muhammadali

update

parent fb2a1cf0
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "1.3.2", "version": "1.3.3",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -216,10 +216,10 @@ export class BoxDialer { ...@@ -216,10 +216,10 @@ export class BoxDialer {
if (sipState && !!sipState.length) sipState = this.sipState; if (sipState && !!sipState.length) sipState = this.sipState;
let uiStates = { let uiStates = {
stack_i_new_call: 'connected', stack_i_new_call: 'connected',
call_connected: 'connectingOutgoing', call_connected: 'connected',
call_m_stream_audio_remote_added: 'connected', call_m_stream_audio_remote_added: 'connected',
call_i_ao_request: 'connectingOutgoing', call_i_ao_request: 'connectingOutgoing',
stack_m_permission_accepted: 'connectingIncoming', stack_m_permission_accepted: 'incoming',
}; };
return sipState && uiStates[sipState] ? uiStates[sipState] : ''; return sipState && uiStates[sipState] ? uiStates[sipState] : '';
......
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