@vgroup/dialbox 0.4.107 → 0.4.108

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.
@@ -1892,7 +1892,7 @@ class CallProgressComponent {
1892
1892
  this.isRinging = true;
1893
1893
  }
1894
1894
  else if (!(incomingData === null || incomingData === void 0 ? void 0 : incomingData.id) && this.isRinging) {
1895
- // this.incomingAudio.pause();
1895
+ this.incomingAudio.pause();
1896
1896
  this.incomingAudio.currentTime = 0;
1897
1897
  this.isRinging = false;
1898
1898
  }