@vgroup/dialbox 0.4.109 → 0.4.110
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.
|
@@ -1949,7 +1949,7 @@ class CallProgressComponent {
|
|
|
1949
1949
|
console.log('currentCallList', this.currentCallList);
|
|
1950
1950
|
}
|
|
1951
1951
|
else if (!this.newIncomingCallsList?.length) {
|
|
1952
|
-
if (this.
|
|
1952
|
+
if (this.isRinging) {
|
|
1953
1953
|
this.incomingAudio.pause();
|
|
1954
1954
|
}
|
|
1955
1955
|
this.isRinging = false;
|
|
@@ -1960,6 +1960,7 @@ class CallProgressComponent {
|
|
|
1960
1960
|
this.currentCall = {};
|
|
1961
1961
|
this.incomingAudio.pause();
|
|
1962
1962
|
this.incomingAudio.currentTime = 0;
|
|
1963
|
+
this.incomingAudio.volume = 0;
|
|
1963
1964
|
this.isRinging = false;
|
|
1964
1965
|
this.isCallInProgress = false;
|
|
1965
1966
|
if (this.call) {
|