Commit 36b1aa4a authored by Muhammadali's avatar Muhammadali

update

parent febb2ead
{
"name": "boxdialer",
"version": "1.7.4",
"version": "1.7.5",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
......@@ -222,8 +222,8 @@ export class BoxDialer {
);
if (sipState && !!sipState.length) sipState = this.sipState;
let uiStates = {
// stack_i_new_call:
// this.callDirection === 'in' ? 'connectingIncoming' : 'connected',
stack_i_new_call:
this.callDirection === 'in' ? 'connectingIncoming' : 'connected',
call_connected: 'connected',
call_m_stream_audio_remote_added: 'connected',
call_i_ao_request: '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