paullouisageneau / datachannel-wasm

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

Add IceServer and use it in Configuration #17

Closed hanseuljun closed 3 years ago

hanseuljun commented 3 years ago

This PR adds support to username and password, thus TURN (#16). A relay candidate was found by adding a TURN server with this update so I think it's working!

paullouisageneau commented 3 years ago

Thanks!