@vgroup/dialbox 0.4.62 → 0.4.63

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.
@@ -2337,7 +2337,10 @@ class CallProgressComponent {
2337
2337
  // mute: !this.isMute,
2338
2338
  // })
2339
2339
  this.isMute = !this.isMute;
2340
+ console.log('isMute', this.call);
2341
+ console.log('isMutedevice', this.twilioService.device);
2340
2342
  (_a = this.call) === null || _a === void 0 ? void 0 : _a.mute(this.isMute);
2343
+ this.twilioService.device.mute(this.isMute);
2341
2344
  // if (isConference) {
2342
2345
  this.currentCall.isMute = this.isMute;
2343
2346
  });