@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.
|
@@ -1937,15 +1937,15 @@ class CallProgressComponent {
|
|
|
1937
1937
|
this.isRinging = false;
|
|
1938
1938
|
this.isConcurrentIncoming = false;
|
|
1939
1939
|
this.incomingCallDiv = false;
|
|
1940
|
-
this.call.disconnect();
|
|
1941
|
-
this.cdr.detectChanges();
|
|
1942
1940
|
this.currentCallList = [];
|
|
1943
1941
|
this.currentCall = {};
|
|
1944
1942
|
this.isRinging = false;
|
|
1945
1943
|
this.isCallInProgress = false;
|
|
1946
|
-
// this.twilioService.device.disconnectAll()
|
|
1947
1944
|
this.isConferenceCallHold = false;
|
|
1948
1945
|
this.stopTimer();
|
|
1946
|
+
this.call.disconnect();
|
|
1947
|
+
this.cdr.detectChanges();
|
|
1948
|
+
// this.twilioService.device.disconnectAll()
|
|
1949
1949
|
this.endCallEvent.emit();
|
|
1950
1950
|
}
|
|
1951
1951
|
}
|