Skip to content

v0.4.5

Choose a tag to compare

@markandrus markandrus released this 21 May 11:34
· 195 commits to develop since this release

New Features

  • Updated to WebRTC M81.
  • Added support for Node 14.
  • Added rollback support.

Bug Fixes

  • RTCPeerConnection no longer raises "icegatheringstatechange" when the RTCPeerConnection is closed. Thanks, @arlolra. (#625)

Breaking Changes

  • With the update from M79 to M81, the dtx, ptime, and codecPayloadType parameters to RTCRtpEncodingParameters no longer take affect. They've also been removed from the WebRTC 1.0 specification (see here). Although this is technically a SemVer-breaking change, few users of this library are depending on the removed functionality, and I prefer not to increment the version number at this time.