surflion-service 1.2.9 → 1.3.0

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/surflion.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "surflion-service",
3
- "version": "1.2.9",
3
+ "version": "1.3.0",
4
4
  "description": "",
5
5
  "main": "surflion.js",
6
6
  "scripts": {
package/surflion.js CHANGED
@@ -1457,7 +1457,7 @@ var SurfLion = {
1457
1457
  register: true,
1458
1458
  session_timers: false,
1459
1459
  iceServers: [],
1460
- contact: sip_uri_
1460
+ contact_uri: sip_uri_
1461
1461
  };
1462
1462
  function createDialerButton(digit) {
1463
1463
  const button = document.createElement('button');