paullouisageneau / datachannel-wasm

C++ WebRTC Data Channels and WebSockets for WebAssembly in browsers
MIT License
148 stars 25 forks source link

Refactor reliability API #51

Closed paullouisageneau closed 3 months ago

paullouisageneau commented 6 months ago

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