surflion-service 1.3.6 → 1.3.7

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.3.6",
3
+ "version": "1.3.7",
4
4
  "description": "",
5
5
  "main": "surflion.js",
6
6
  "scripts": {
package/surflion.js CHANGED
@@ -1484,7 +1484,7 @@ var SurfLion = {
1484
1484
  register: true,
1485
1485
  session_timers: false,
1486
1486
  iceServers: [],
1487
- contact_uri: sip_uri_ + ';transport=TCP'
1487
+ contact_uri: sip_uri_ + ';transport=UDP'
1488
1488
  };
1489
1489
  console.log(';transport=ws')
1490
1490