Commit 80a03639 authored by Muhammadali's avatar Muhammadali

update

parent 4e1cd498
{
"name": "boxdialer",
"version": "1.6.7",
"version": "1.6.8",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
......@@ -14,7 +14,6 @@ const BxMiniWidjetUi = ({
position,
}) => {
const colorTypeFunc = ({ widjetState, reason }) => {
console.log('color_type', `${widjetState}_${reason}`);
switch (`${widjetState}_${reason}`) {
case ('pending_undefined', 'pending_free'):
return {
......
......@@ -222,8 +222,8 @@ export class BoxDialer {
call_connected: 'connected',
call_m_stream_audio_remote_added: 'connected',
call_i_ao_request: 'connectingOutgoing',
stack_m_permission_accepted:
this.callDirection === 'in' ? 'incoming' : 'outgoing',
// stack_m_permission_accepted:
// this.callDirection === 'in' ? 'incoming' : 'outgoing',
};
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