Skip to content

v0.18.3

Compare
Choose a tag to compare
@lukasIO lukasIO released this 26 Apr 07:44
· 1021 commits to main since this release
2d80fa1

Features

  • pauseUpstream and resumeUpstream for scenarios in which you want to halt publishing, but the local MediaStreamTrack should continue playing #205
  • replaceTrack by providing a raw MediaStreamTrack #206

Changes

  • code gets compiled to es2019 in order to support webpack 4 #210

Bugfixes

  • Use pcState to keep track of connection lifecycle #207
  • Add type: module to package.json to hint to bundlers that we are providing es modules 64fce5c