node-datachannel
Advanced tools
+1
-1
@@ -5,3 +5,3 @@ cmake_minimum_required(VERSION 3.15) | ||
| project(node_datachannel VERSION 0.32.2) | ||
| project(node_datachannel VERSION 0.32.3) | ||
@@ -8,0 +8,0 @@ # compile_commands.json |
@@ -112,2 +112,3 @@ interface Channel { | ||
| ufrag: string; | ||
| localUfrag: string; | ||
| host: string; | ||
@@ -114,0 +115,0 @@ port: number; |
+1
-1
| { | ||
| "name": "node-datachannel", | ||
| "version": "0.32.2", | ||
| "version": "0.32.3", | ||
| "description": "WebRTC For Node.js and Electron. libdatachannel node bindings.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/cjs/lib/index.cjs", |
@@ -148,2 +148,3 @@ #include "ice-udp-mux-listener-wrapper.h" | ||
| reqObj.Set("ufrag", request.remoteUfrag.c_str()); | ||
| reqObj.Set("localUfrag", request.localUfrag.c_str()); | ||
| reqObj.Set("host", request.remoteAddress.c_str()); | ||
@@ -150,0 +151,0 @@ reqObj.Set("port", request.remotePort); |
+1
-0
@@ -160,2 +160,3 @@ export interface Channel { | ||
| ufrag: string; | ||
| localUfrag: string; | ||
| host: string; | ||
@@ -162,0 +163,0 @@ port: number; |
663941
0.02%5422
0.04%