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

C++ WebRTC Data Channels and WebSockets for WebAssembly in browsers

Results 6 datachannel-wasm issues
Sort by recently updated
recently updated
newest added

Hi, I was wondering what the usecase is for using datachannel-wasm assuming most browsers capable of wasm should also be capable of datachannels as well?

I have used libdatachannel to create a tool that uses signalling, datachannel, and websockets. It is implemented using the capi.c file which is described in the DOC.md file in the...

Hi, this wasm lib work to Nodejs ? Nodejs not support native webrtc. I can extend functionality with this library for nodejs ?

This PR refactors the reliability API to align it on libdatachannel and adds a getter on `DataChannel`. Fixes https://github.com/paullouisageneau/datachannel-wasm/issues/50

See [libdatachannel/include/rtc/reliability.hpp](https://github.com/paullouisageneau/libdatachannel/blob/master/include/rtc/reliability.hpp)

Could tracks and media transport be supported? if no, can u explain the problem