@vgroup/dialbox 0.4.179 → 0.4.181

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.
@@ -3853,7 +3853,7 @@ class DialboxComponent {
3853
3853
  // })
3854
3854
  }
3855
3855
  if (changes['deviceId']) {
3856
- localStorage.setItem('deviceId', changes['deviceId'].currentValue);
3856
+ // localStorage.setItem('deviceId', changes['deviceId'].currentValue);
3857
3857
  this.twilioService.deviceId = changes['deviceId'].currentValue;
3858
3858
  console.log('Set deviceId in localStorage:', changes['deviceId'].currentValue);
3859
3859
  }