Paul-Louis Ageneau f5b584f536 Handle empty RTCIceCandidate.candidate as "end of candidates" indicator 4 năm trước cách đây
..
LICENSE ea8cd06964 Converted web example to WebSocket signaling 5 năm trước cách đây
README.md b765cba3d2 Enhanced Readmes in examples 4 năm trước cách đây
index.html ea8cd06964 Converted web example to WebSocket signaling 5 năm trước cách đây
script.js f5b584f536 Handle empty RTCIceCandidate.candidate as "end of candidates" indicator 4 năm trước cách đây
style.css ea8cd06964 Converted web example to WebSocket signaling 5 năm trước cách đây

README.md

libdatachannel - Equivalent JavaScript client

Start a web server in this directory with:

$ python3 -m http.server --bind 127.0.0.1 8080

You can now open the web client at http://127.0.0.1:8080.