You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dist/jssip.js
+19-19Lines changed: 19 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* JsSIP v3.3.4
2
+
* JsSIP v3.3.5
3
3
* the Javascript SIP library
4
4
* Copyright: 2012-2019 José Luis Millán <jmillan@aliax.net> (https://github.com/jmillan)
5
5
* Homepage: https://jssip.net
@@ -22330,12 +22330,12 @@ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) ===
22330
22330
22331
22331
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
22332
22332
22333
+
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
22334
+
22333
22335
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
22338
-
22339
22339
var EventEmitter = require('events').EventEmitter;
22340
22340
22341
22341
var JsSIP_C = require('./Constants');
@@ -22392,7 +22392,7 @@ function (_EventEmitter) {
@@ -23475,6 +23475,8 @@ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) ===
23475
23475
23476
23476
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
23477
23477
23478
+
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
23479
+
23478
23480
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
23479
23481
23480
23482
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
@@ -23483,8 +23485,6 @@ function _inherits(subClass, superClass) { if (typeof superClass !== "function"
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
23487
-
23488
23488
var EventEmitter = require('events').EventEmitter;
23489
23489
23490
23490
var JsSIP_C = require('./Constants');
@@ -23595,7 +23595,7 @@ function (_EventEmitter) {
23595
23595
} // Initialize registrator.
23596
23596
23597
23597
23598
-
_this._registrator = new Registrator(_assertThisInitialized(_assertThisInitialized(_this)));
23598
+
_this._registrator = new Registrator(_assertThisInitialized(_this));
23599
23599
return _this;
23600
23600
}
23601
23601
@@ -27739,12 +27739,11 @@ module.exports={
27739
27739
"name": "jssip",
27740
27740
"title": "JsSIP",
27741
27741
"description": "the Javascript SIP library",
27742
-
"version": "3.3.4",
27742
+
"version": "3.3.5",
27743
27743
"homepage": "https://jssip.net",
27744
27744
"author": "José Luis Millán <jmillan@aliax.net> (https://github.com/jmillan)",
0 commit comments