You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
862 B
862 B
CHANGELOG
This is the changelog of the mediasoup demo application. To check the changes in mediasoup and mediasoup-client libraries check their corresponding projects.
2019-03-17
- Moving app and server to mediasoup v3.
2019-02-11
- Remove transport max bitrate artificial limitation.
2019-01-25
- Update mediasoup to 2.6.8. It fixes a crash in the C++
TcpConnection
class. - Update mediasoup-client to 2.4.9.
2019-01-16
- Update mediasoup to 2.6.7. It fixes a wrong destruction of Transport C++ instances producing a loop and CPU usage at 100%.
2019-01-15
- Update mediasoup to 2.6.6. It fixes an important port leak bug.