Releases: webrtcHacks/adapter
Releases · webrtcHacks/adapter
9.0.0
v8.0.0
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
Fix issue with usage of this in addTrack/removeTrack shim
shim connectionState
shim RTCPeerConnection.connectionState and related events.
ES6 all the things
- 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
accomodate for the move
v6.4.3
v6.4.0
- adds RTCIceCandidate.address
- removes RTCIceServer.url warning
- post-transition cleanup
changes: v6.3.2...v6.4.0