single port ice using tcp and udp mux (#106)

This commit is contained in:
Miroslav Šedivý
2021-12-03 23:54:07 +01:00
committed by GitHub
parent a213ae400a
commit c97b1fc454
4 changed files with 97 additions and 34 deletions

View File

@ -4,6 +4,7 @@
### Misc
- Automatic WebRTC SDP negotiation using onnegotiationneeded handlers. This allows adding/removing track on demand in a session.
- Added UDP and TCP mux for WebRTC connection. It should handle multiple peers.
## [n.eko v2.5](https://github.com/m1k1o/neko/releases/tag/v2.5)