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.
- package/bundles/index.esm.js +1 -1
- package/bundles/index.esm.js.map +1 -1
- package/bundles/index.esm.min.js +1 -1
- package/bundles/index.esm.min.js.map +1 -1
- package/bundles/index.umd.js +1 -1
- package/bundles/index.umd.js.map +1 -1
- package/bundles/index.umd.min.js +1 -1
- package/bundles/index.umd.min.js.map +1 -1
- package/esm2015/sip/webrtc/index.js +1 -1
- package/esm2015/sip/webrtc/index.js.map +1 -1
- package/esm5/sip/webrtc/index.js +1 -1
- package/esm5/sip/webrtc/index.js.map +1 -1
- package/package.json +1 -1
package/bundles/index.esm.js
CHANGED
|
@@ -22165,7 +22165,7 @@ class SipPhone extends EventEmitter {
|
|
|
22165
22165
|
}
|
|
22166
22166
|
async unregister() {
|
|
22167
22167
|
if (this.ua) {
|
|
22168
|
-
this.ua.
|
|
22168
|
+
this.ua.terminateSessions();
|
|
22169
22169
|
this.ua.removeAllListeners();
|
|
22170
22170
|
await this.ua.stop();
|
|
22171
22171
|
delete this.ua;
|