@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.
|
@@ -1900,7 +1900,8 @@ class CallProgressComponent {
|
|
|
1900
1900
|
console.log('currentCallList', this.currentCallList);
|
|
1901
1901
|
}
|
|
1902
1902
|
else if (!((_k = this.newIncomingCallsList) === null || _k === void 0 ? void 0 : _k.length)) {
|
|
1903
|
-
|
|
1903
|
+
console.log('test null');
|
|
1904
|
+
if (this.isRinging) {
|
|
1904
1905
|
this.incomingAudio.pause();
|
|
1905
1906
|
}
|
|
1906
1907
|
this.isRinging = false;
|
|
@@ -1911,6 +1912,7 @@ class CallProgressComponent {
|
|
|
1911
1912
|
this.currentCall = {};
|
|
1912
1913
|
this.incomingAudio.pause();
|
|
1913
1914
|
this.incomingAudio.currentTime = 0;
|
|
1915
|
+
this.incomingAudio.volume = 0;
|
|
1914
1916
|
this.isRinging = false;
|
|
1915
1917
|
this.isCallInProgress = false;
|
|
1916
1918
|
if (this.call) {
|