@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.
@@ -2393,7 +2393,10 @@ class CallProgressComponent {
2393
2393
  // mute: !this.isMute,
2394
2394
  // })
2395
2395
  this.isMute = !this.isMute;
2396
+ console.log('isMute', this.call);
2397
+ console.log('isMutedevice', this.twilioService.device);
2396
2398
  this.call?.mute(this.isMute);
2399
+ this.twilioService.device.mute(this.isMute);
2397
2400
  // if (isConference) {
2398
2401
  this.currentCall.isMute = this.isMute;
2399
2402
  // } else {