webitel-sdk 0.1.89 → 0.1.90

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.
@@ -22165,7 +22165,7 @@ class SipPhone extends EventEmitter {
22165
22165
  }
22166
22166
  async unregister() {
22167
22167
  if (this.ua) {
22168
- this.ua.ua.terminateSessions();
22168
+ this.ua.terminateSessions();
22169
22169
  this.ua.removeAllListeners();
22170
22170
  await this.ua.stop();
22171
22171
  delete this.ua;