@vgroup/dialbox 0.1.117 → 0.1.119

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.
@@ -2092,7 +2092,6 @@ class CallProgressComponent {
2092
2092
  }
2093
2093
  }
2094
2094
  async initiateCall(payload) {
2095
- this.isOutgoingCall = true;
2096
2095
  return await this.extensionService.initiateCall(payload).toPromise();
2097
2096
  }
2098
2097
  async getCallAuthId(response) {
@@ -2232,7 +2231,7 @@ class CallProgressComponent {
2232
2231
  // }
2233
2232
  // }
2234
2233
  endCall() {
2235
- this.isOutgoingCall = false;
2234
+ // this.isOutgoingCall = false;
2236
2235
  console.log('endCall() called');
2237
2236
  console.log('Current call:', this.call?.parameters['From']);
2238
2237
  console.log('Held call exists:', !!this.heldCall);