Automatic SDP negotiation (#103)

This commit is contained in:
Miroslav Šedivý
2021-12-02 23:43:36 +01:00
parent a8542bc222
commit fed6ddbd4e
13 changed files with 232 additions and 47 deletions

View File

@ -1,5 +1,10 @@
# Changelog
## master branch
### Misc
- Automatic WebRTC SDP negotiation using onnegotiationneeded handlers. This allows adding/removing track on demand in a session.
## [n.eko v2.5](https://github.com/m1k1o/neko/releases/tag/v2.5)
### Bugs