Skip to content

v0.4.6

Choose a tag to compare

@markandrus markandrus released this 19 Jul 18:07
· 187 commits to develop since this release

New Features

  • Added target property to RTCPeerConnection events (thanks, @CharlesRA).
  • Support for additional APIs in lib/browser.js (thanks, @piranna).
  • Added a naïve version of getDeviceMedia that delegates to getUserMedia (thanks, @piranna).

Bug Fixes

  • Although Node 14 support was confirmed in v0.4.5, it was not included in the "engines" property of package.json (thanks, @farnabaz).
  • Potential fix for a crash mentioned in #637 (thanks, @thedracle).