node-datachannel 0.5.3 → 0.5.5
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/CMakeLists.txt
CHANGED
|
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.15)
|
|
|
2
2
|
cmake_policy(SET CMP0091 NEW)
|
|
3
3
|
cmake_policy(SET CMP0042 NEW)
|
|
4
4
|
|
|
5
|
-
project(node_datachannel VERSION 0.5.
|
|
5
|
+
project(node_datachannel VERSION 0.5.5)
|
|
6
6
|
|
|
7
7
|
# -Dnapi_build_version=8
|
|
8
8
|
add_definitions(-DNAPI_VERSION=8)
|
|
@@ -35,7 +35,7 @@ include(FetchContent)
|
|
|
35
35
|
FetchContent_Declare(
|
|
36
36
|
libdatachannel
|
|
37
37
|
GIT_REPOSITORY https://github.com/paullouisageneau/libdatachannel.git
|
|
38
|
-
GIT_TAG "v0.
|
|
38
|
+
GIT_TAG "v0.20.2"
|
|
39
39
|
)
|
|
40
40
|
|
|
41
41
|
option(NO_MEDIA "Disable media transport support in libdatachannel" OFF)
|
|
@@ -3832,9 +3832,9 @@
|
|
|
3832
3832
|
}
|
|
3833
3833
|
},
|
|
3834
3834
|
"node_modules/follow-redirects": {
|
|
3835
|
-
"version": "1.15.
|
|
3836
|
-
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.
|
|
3837
|
-
"integrity": "sha512-
|
|
3835
|
+
"version": "1.15.4",
|
|
3836
|
+
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.4.tgz",
|
|
3837
|
+
"integrity": "sha512-Cr4D/5wlrb0z9dgERpUL3LrmPKVDsETIJhaCMeDfuFYcqa5bldGV6wBsAN6X/vxlXQtFBMrXdXxdL8CbDTGniw==",
|
|
3838
3838
|
"dev": true,
|
|
3839
3839
|
"funding": [
|
|
3840
3840
|
{
|
|
@@ -4702,9 +4702,9 @@
|
|
|
4702
4702
|
}
|
|
4703
4703
|
},
|
|
4704
4704
|
"node_modules/ip": {
|
|
4705
|
-
"version": "2.0.
|
|
4706
|
-
"resolved": "https://registry.npmjs.org/ip/-/ip-2.0.
|
|
4707
|
-
"integrity": "sha512-
|
|
4705
|
+
"version": "2.0.1",
|
|
4706
|
+
"resolved": "https://registry.npmjs.org/ip/-/ip-2.0.1.tgz",
|
|
4707
|
+
"integrity": "sha512-lJUL9imLTNi1ZfXT+DU6rBBdbiKGBuay9B6xGSPVjUeQwaH1RIGqef8RZkUtHioLmSNpPR5M4HVKJGm1j8FWVQ==",
|
|
4708
4708
|
"dev": true
|
|
4709
4709
|
},
|
|
4710
4710
|
"node_modules/ipaddr.js": {
|
|
@@ -11877,9 +11877,9 @@
|
|
|
11877
11877
|
}
|
|
11878
11878
|
},
|
|
11879
11879
|
"follow-redirects": {
|
|
11880
|
-
"version": "1.15.
|
|
11881
|
-
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.
|
|
11882
|
-
"integrity": "sha512-
|
|
11880
|
+
"version": "1.15.4",
|
|
11881
|
+
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.4.tgz",
|
|
11882
|
+
"integrity": "sha512-Cr4D/5wlrb0z9dgERpUL3LrmPKVDsETIJhaCMeDfuFYcqa5bldGV6wBsAN6X/vxlXQtFBMrXdXxdL8CbDTGniw==",
|
|
11883
11883
|
"dev": true
|
|
11884
11884
|
},
|
|
11885
11885
|
"foreground-child": {
|
|
@@ -12528,9 +12528,9 @@
|
|
|
12528
12528
|
"dev": true
|
|
12529
12529
|
},
|
|
12530
12530
|
"ip": {
|
|
12531
|
-
"version": "2.0.
|
|
12532
|
-
"resolved": "https://registry.npmjs.org/ip/-/ip-2.0.
|
|
12533
|
-
"integrity": "sha512-
|
|
12531
|
+
"version": "2.0.1",
|
|
12532
|
+
"resolved": "https://registry.npmjs.org/ip/-/ip-2.0.1.tgz",
|
|
12533
|
+
"integrity": "sha512-lJUL9imLTNi1ZfXT+DU6rBBdbiKGBuay9B6xGSPVjUeQwaH1RIGqef8RZkUtHioLmSNpPR5M4HVKJGm1j8FWVQ==",
|
|
12534
12534
|
"dev": true
|
|
12535
12535
|
},
|
|
12536
12536
|
"ipaddr.js": {
|
package/package.json
CHANGED
|
@@ -294,6 +294,7 @@ void PeerConnectionWrapper::doResetCallbacks()
|
|
|
294
294
|
mOnLocalDescriptionCallback.reset();
|
|
295
295
|
mOnLocalCandidateCallback.reset();
|
|
296
296
|
mOnStateChangeCallback.reset();
|
|
297
|
+
mOnIceStateChangeCallback.reset();
|
|
297
298
|
mOnSignalingStateChangeCallback.reset();
|
|
298
299
|
mOnGatheringStateChangeCallback.reset();
|
|
299
300
|
mOnDataChannelCallback.reset();
|