@vgroup/dialbox 0.4.190 → 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.
@@ -2183,8 +2183,7 @@ class CallProgressComponent {
2183
2183
  this.currentCallList.splice(index, 1);
2184
2184
  }
2185
2185
  async onEndCall(c, isAllCallEnd) {
2186
- console.log(c, 'dsdsdsdsdsdsadsa');
2187
- if (c.isAcceptCall) {
2186
+ if (!c.isAcceptCall) {
2188
2187
  this.currentCall = this.currentCall.filter((res) => res.id !== c.id);
2189
2188
  return;
2190
2189
  }