Skip to content

Latest commit

 

History

History
29 lines (13 loc) · 862 Bytes

CHANGELOG.md

File metadata and controls

29 lines (13 loc) · 862 Bytes

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.