@vgroup/dialbox 0.4.189 → 0.4.191

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.
@@ -2142,8 +2142,7 @@ class CallProgressComponent {
2142
2142
  }
2143
2143
  onEndCall(c, isAllCallEnd) {
2144
2144
  return __awaiter(this, void 0, void 0, function* () {
2145
- console.log(c, 'dsdsdsdsdsdsadsa');
2146
- if (c.isAcceptCall) {
2145
+ if (!c.isAcceptCall) {
2147
2146
  this.currentCall = this.currentCall.filter((res) => res.id !== c.id);
2148
2147
  return;
2149
2148
  }