node-datachannel
Advanced tools
Comparing version 0.1.12 to 0.1.13
cmake_minimum_required(VERSION 3.15) | ||
cmake_policy(SET CMP0091 NEW) | ||
project(node_datachannel VERSION 0.1.12) | ||
project(node_datachannel VERSION 0.1.13) | ||
@@ -30,5 +30,8 @@ include_directories(${CMAKE_JS_INC}) | ||
GIT_REPOSITORY https://github.com/paullouisageneau/libdatachannel.git | ||
GIT_TAG "v0.15.5" | ||
GIT_TAG "v0.15.6" | ||
) | ||
option(NO_MEDIA "Disable media transport support in libdatachannel" ON) | ||
option(NO_WEBSOCKET "Disable WebSocket support in libdatachannel" ON) | ||
FetchContent_GetProperties(libdatachannel) | ||
@@ -35,0 +38,0 @@ if(NOT libdatachannel) |
{ | ||
"name": "node-datachannel", | ||
"version": "0.1.12", | ||
"version": "0.1.13", | ||
"description": "libdatachannel node bindings", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -155,11 +155,6 @@ # node-datachannel - libdatachannel node bindings | ||
Build with libnice support | ||
```sh | ||
> npm run install-nice | ||
``` | ||
Other Options | ||
```sh | ||
> npm run install -- -DUSE_GNUTLS=1 # Use GNU TLS instead of OpenSSL (Default False) | ||
> npm run install -- -DUSE_SRTP=1 # Enable SRTP for media support ( Default False) | ||
> npm run install -- -DUSE_GNUTLS=1 # Use GnuTLS instead of OpenSSL (Default False) | ||
> npm run install -- -DUSE_NICE=1 # Use libnice instead of libjuice (Default False) | ||
``` | ||
@@ -166,0 +161,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1166106
176