@vgroup/dialbox 0.4.108 → 0.4.109
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.
|
@@ -1909,6 +1909,9 @@ class CallProgressComponent {
|
|
|
1909
1909
|
this.cdr.detectChanges();
|
|
1910
1910
|
this.currentCallList = [];
|
|
1911
1911
|
this.currentCall = {};
|
|
1912
|
+
this.incomingAudio.pause();
|
|
1913
|
+
this.incomingAudio.currentTime = 0;
|
|
1914
|
+
this.isRinging = false;
|
|
1912
1915
|
this.isCallInProgress = false;
|
|
1913
1916
|
if (this.call) {
|
|
1914
1917
|
this.call.disconnect();
|