node-datachannel icon indicating copy to clipboard operation
node-datachannel copied to clipboard

Easy to use WebRTC data channels and media transport. libdatachannel node bindings.

Results 24 node-datachannel issues
Sort by recently updated
recently updated
newest added

I don't have a minimal repo yet, but I have an [existing test](https://github.com/httptoolkit/mockrtc/blob/b42a5ba770b9c92ca9711b19295be59a1e60a7a3/test/integration/events.spec.ts#L352-L380) that passes in NDC 0.4.3 and fails in 0.5.1+. The issue seems to be [this part of...

I'm not entirely sure if I should create this issue here or at libdatachannel I'm using `"version": "0.8.0-dev"` which in the CMakeLists.txt contains: ``` FetchContent_Declare( libdatachannel GIT_REPOSITORY https://github.com/paullouisageneau/libdatachannel.git GIT_TAG "v0.20.2"...

Following the discussion in https://github.com/murat-dogan/node-datachannel/issues/223, it appears there is currently an inconsistency in the way closed states events are handled. `PeerConnectionWrapper` has an explicit `destroy()` method which calls `doResetCallbacks()`, which...

Having trouble importing the `cleanup` function from CommonJS: ```error TS2307: Cannot find module 'node-datachannel' or its corresponding type declarations. 5 import { cleanup } from 'node-datachannel'; ~~~~~~~~~~~~~~~~~~ ``` Importing from...