@vgroup/dialbox 0.5.11 → 0.5.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1985,15 +1985,15 @@ class CallProgressComponent {
|
|
|
1985
1985
|
this.isRinging = false;
|
|
1986
1986
|
this.isConcurrentIncoming = false;
|
|
1987
1987
|
this.incomingCallDiv = false;
|
|
1988
|
-
this.call.disconnect();
|
|
1989
|
-
this.cdr.detectChanges();
|
|
1990
1988
|
this.currentCallList = [];
|
|
1991
1989
|
this.currentCall = {};
|
|
1992
1990
|
this.isRinging = false;
|
|
1993
1991
|
this.isCallInProgress = false;
|
|
1994
|
-
// this.twilioService.device.disconnectAll()
|
|
1995
1992
|
this.isConferenceCallHold = false;
|
|
1996
1993
|
this.stopTimer();
|
|
1994
|
+
this.call.disconnect();
|
|
1995
|
+
this.cdr.detectChanges();
|
|
1996
|
+
// this.twilioService.device.disconnectAll()
|
|
1997
1997
|
this.endCallEvent.emit();
|
|
1998
1998
|
}
|
|
1999
1999
|
}
|