@vgroup/dialbox 0.1.113 → 0.1.115

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.
@@ -2138,7 +2138,7 @@ class CallProgressComponent {
2138
2138
  this.call?.on('disconnect', (item) => {
2139
2139
  console.log('test4');
2140
2140
  console.log(item);
2141
- if (this.isOutgoingCall) {
2141
+ if (this.call?.direction === "OUTGOING") {
2142
2142
  this.endCall();
2143
2143
  }
2144
2144
  else {