Commit 128dcb28 authored by Muhammadali's avatar Muhammadali

update

parent 0f248170
{
"name": "boxdialer",
"version": "1.7.1",
"version": "1.7.2",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
......@@ -350,7 +350,7 @@ export class BoxDialer {
case 'stack_i_new_call':
console.log('stack_i_new_call', event);
this.onSipStateChange.secondLine(false);
if (this.oSipSessionCall.o_session.o_stream_remote.id) {
if (this?.oSipSessionCall?.o_session?.o_stream_remote?.id) {
this.onSipStateChange.secondLine(true);
this.callDirection = 'in';
this.oSipSessionCallSecond = event.newSession;
......
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