@vgroup/dialbox 0.4.134 → 0.4.135
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.
|
@@ -1914,16 +1914,16 @@ class CallProgressComponent {
|
|
|
1914
1914
|
this.isConcurrentIncoming = false;
|
|
1915
1915
|
this.incomingCallDiv = false;
|
|
1916
1916
|
this.cdr.detectChanges();
|
|
1917
|
+
this.currentCallList = [];
|
|
1918
|
+
this.currentCall = {};
|
|
1917
1919
|
this.isRinging = false;
|
|
1918
1920
|
this.isCallInProgress = false;
|
|
1919
1921
|
if (this.call) {
|
|
1920
1922
|
this.call.disconnect();
|
|
1921
1923
|
}
|
|
1922
1924
|
this.isConferenceCallHold = false;
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
// this.stopTimer();
|
|
1926
|
-
// this.endCallEvent.emit();
|
|
1925
|
+
this.stopTimer();
|
|
1926
|
+
this.endCallEvent.emit();
|
|
1927
1927
|
}
|
|
1928
1928
|
// } catch (e) {
|
|
1929
1929
|
// console.log(e);
|