sip-lab 1.17.8 → 1.17.10

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/README.md CHANGED
@@ -17,7 +17,6 @@ TODO:
17
17
  - add support for T.38 fax
18
18
  - add support for WebSocket
19
19
  - add support for WebRTC
20
- - add support for SRTP
21
20
  - add support for MSRP
22
21
 
23
22
  ### Installation
@@ -25,7 +24,7 @@ TODO:
25
24
  This is a node.js addon and it is known to work on Debian 11, Debian 10, Ubuntu 22.04 and Ubuntu 20.04.
26
25
  It is distributed with prebuild binaries for node.js 15.0.0 and above (but built for Debian 11. For other Debian versions or for Ubuntu a local build of the addon will be executed. Being the case, be patient as the build process will take several minutes to complete).
27
26
 
28
- To install it, first install some build dependencies (you might not need them if your are on Debian 11).
27
+ To install it, first install build dependencies:
29
28
  ```
30
29
  apt install build-essential automake autoconf libtool libspeex-dev libopus-dev libsdl2-dev libavdevice-dev libswscale-dev libv4l-dev libopencore-amrnb-dev libopencore-amrwb-dev libvo-amrwbenc-dev libvo-amrwbenc-dev libboost-dev libtiff-dev libpcap-dev libssl-dev uuid-dev cmake
31
30
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sip-lab",
3
- "version": "1.17.8",
3
+ "version": "1.17.10",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "engines": {
Binary file