Skip to content

Releases: webrtcHacks/adapter

9.0.0

27 Mar 02:18
Compare
Choose a tag to compare

9.0.0 brings two breaking changes:

  • removal of legacy getStats shim: #1137
  • removal of getDisplayMedia shim: #1139
    and more importantly it prefers userAgentData over webkitGetUserMedia for detecting Chromium-based browsers (#1146)

v8.0.0

06 May 08:25
Compare
Choose a tag to compare

breaking changes:

  • remove legacy edge + rtcpeerconnection-shim (see #1076)
  • RTCIceCandidate polyfill is now polyfilled according to spec (see #999)

This also exposes the sdp package as adapter.sdp for convenience. Don't use adapter.sdp in production, require sdp directly

Changes: v7.7.1...v8.0.0

v7.2.5

07 Jul 15:14
Compare
Choose a tag to compare
  • stop changing getStats function signature in Chrome+Firefox
  • ignore addIceCandidate({candidate: ""}) in Chrome and Firefox
  • use named functions for shims, increasing readability
  • point to es5 dist/adapter.js in package.json main
  • fix pc.sctp in plan-b mode

Fix issue with usage of this in addTrack/removeTrack shim

11 Dec 08:54
Compare
Choose a tag to compare

This release fixes an issue with the usage of this in the addTrack/removeTrack shims. Thank you to @Krivega for contributing PR #917.

shim connectionState

11 Dec 08:54
Compare
Choose a tag to compare

shim RTCPeerConnection.connectionState and related events.

ES6 all the things

26 Nov 09:19
Compare
Choose a tag to compare
ES6 all the things Pre-release
Pre-release
  • adapter is now using ES6. This is a major change and probably broke stuff
  • navigator.getDisplayMedia shim is gone. Only navigator.mediaDevices.getDisplayMedia survives.
  • getStreamById is gone from Safari shim. It is gone from Chrome too.
  • removed lots of cruft from Chrome and Firefox shims. If you need support for browsers which are older than two years stick with the old version

getDisplayMedia moved to navigator.mediaDevices

12 Nov 20:00
Compare
Choose a tag to compare

v6.4.3

14 Oct 18:31
Compare
Choose a tag to compare

add width/height constraints to getDisplayMedia shim
(ignore v6.4.1 and v6.4.2 which were bogus)

v6.4.0

18 Sep 06:33
Compare
Choose a tag to compare
  • adds RTCIceCandidate.address
  • removes RTCIceServer.url warning
  • post-transition cleanup
    changes: v6.3.2...v6.4.0

v6.3.2

04 Aug 05:30
Compare
Choose a tag to compare
  • fix createOffer with legacy constraints in Safari (#860)

Details: webrtc/adapter@v6.3.1...v6.3.2