add microsoft edge.

This commit is contained in:
Miroslav Šedivý
2021-12-09 23:45:57 +01:00
parent d3711ab3ba
commit 15a8381f04
8 changed files with 962 additions and 1 deletions

View File

@ -2,6 +2,9 @@
## master branch
### New Features
- Added `m1k1o/neko:microsoft-edge` tag.
### 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.