@vgroup/dialbox 0.5.7 → 0.5.8

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.
@@ -1932,7 +1932,7 @@ class CallProgressComponent {
1932
1932
  }
1933
1933
  });
1934
1934
  let currentCall = this.currentCallList.find((item) => item.isAcceptCall && !item.isHold);
1935
- if (currentCall?.id || this.currentCallList.length == 1) {
1935
+ if (currentCall?.id) {
1936
1936
  this.currentCall = currentCall || this.currentCallList[0];
1937
1937
  }
1938
1938
  if (this.selectedUserInfo?.participantId) {