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