node-datachannel
Advanced tools
Comparing version 0.3.4 to 0.3.5
cmake_minimum_required(VERSION 3.15) | ||
cmake_policy(SET CMP0091 NEW) | ||
project(node_datachannel VERSION 0.3.4) | ||
project(node_datachannel VERSION 0.3.5) | ||
@@ -36,3 +36,3 @@ # Workaround for https://github.com/murat-dogan/node-datachannel/issues/65 | ||
GIT_REPOSITORY https://github.com/paullouisageneau/libdatachannel.git | ||
GIT_TAG "v0.17.7" | ||
GIT_TAG "v0.17.9" | ||
) | ||
@@ -85,3 +85,4 @@ | ||
if(APPLE) | ||
### | ||
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -arch x86_64 -arch arm64 ") | ||
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_LINK_FLAGS} -arch x86_64 -arch arm64 ") | ||
elseif(UNIX) | ||
@@ -88,0 +89,0 @@ list(APPEND LINK_LIBRARIES -static-libgcc -static-libstdc++) |
@@ -53,2 +53,4 @@ import * as stream from 'stream'; | ||
enableIceTcp?: boolean; | ||
enableIceUdpMux?: boolean; | ||
disableAutoNegotiation?: boolean; | ||
portRangeBegin?: number; | ||
@@ -61,8 +63,9 @@ portRangeEnd?: number; | ||
// Lowercase to match the description type string from libdatachannel | ||
export const enum DescriptionType { | ||
Unspec = 'Unspec', | ||
Offer = 'Offer', | ||
Answer = 'Answer', | ||
Pranswer = 'Pranswer', | ||
Rollback = 'Rollback', | ||
Unspec = 'unspec', | ||
Offer = 'offer', | ||
Answer = 'answer', | ||
Pranswer = 'pranswer', | ||
Rollback = 'rollback', | ||
} | ||
@@ -69,0 +72,0 @@ |
{ | ||
"name": "node-datachannel", | ||
"version": "0.3.4", | ||
"version": "0.3.5", | ||
"description": "libdatachannel node bindings", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -23,13 +23,16 @@ # Easy to use WebRTC data channels and media transport | ||
| | Linux-x64 | Linux-armv7 | Linux-arm64 | Windows-x86 | Windows-x64 | Mac | | ||
|----------|:---------:|:-----------:|:-----------:|:-----------:|:-----------:|:---:| | ||
| Node V10 | + | + | + | + | + | + | | ||
| Node V11 | + | + | + | + | + | + | | ||
| Node V12 | + | + | + | + | + | + | | ||
| Node V13 | + | + | + | + | + | + | | ||
| Node V14 | + | + | + | + | + | + | | ||
| Node V15 | + | + | + | + | + | + | | ||
| Node V16 | + | + | + | + | + | + | | ||
| Node V17 | + | + | + | + | + | + | | ||
| | Linux-x64 | Linux-armv7 | Linux-arm64(1) | Windows-x86 | Windows-x64 | Mac | | ||
|----------|:---------:|:-----------:|:----------------:|:-----------:|:-----------:|:---:| | ||
| Node V10 | + | + | + | + | + | + | | ||
| Node V11 | + | + | + | + | + | + | | ||
| Node V12 | + | + | + | + | + | + | | ||
| Node V13 | + | + | + | + | + | + | | ||
| Node V14 | + | + | + | + | + | + | | ||
| Node V15 | + | + | + | + | + | + | | ||
| Node V16 | + | + | + | + | + | + | | ||
| Node V17 | + | + | + | + | + | + | | ||
1) Please note that; For arm64 platform we need OpenSSL to be installed locally. | ||
## Example Usage | ||
@@ -36,0 +39,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1323642
512
20210
122