@vgroup/dialbox 0.4.194 → 0.4.195

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.
@@ -3802,7 +3802,7 @@ class DialboxComponent {
3802
3802
  // }
3803
3803
  console.log(',,,,,', this.incomingCallnotification);
3804
3804
  if (this.incomingCallnotification.data.content == "IncomingCall") {
3805
- if (!((_a = this.incomingCallnotification.data.data) === null || _a === void 0 ? void 0 : _a.c2cBusiness)) {
3805
+ if (((_a = this.incomingCallnotification.data.data) === null || _a === void 0 ? void 0 : _a.c2cBusiness) == 'false') {
3806
3806
  this.extensionService.getUserInformation((_b = this.incomingCallnotification.data.data) === null || _b === void 0 ? void 0 : _b.participantId).subscribe((resInfo) => {
3807
3807
  console.log('uesrInfo', resInfo);
3808
3808
  });