Skip to content

Releases: webrtcHacks/adapter

minor bugfixes

31 Jul 14:17
Compare
Choose a tag to compare
  • only shim getUserMedia errors in Chrome < 64
  • make addEventListener('addstream') work in Safari

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

Add shimming getDisplayMedia

12 Jul 13:03
Compare
Choose a tag to compare

Fix an Edge shim regression

24 May 13:49
Compare
Choose a tag to compare

Shimming getStats

22 May 18:33
Compare
Choose a tag to compare

Fixes for:

  • Wrapping datachannel in Firefox
  • Shimming getStats(track) and sender/receiver.getStats()
  • Datachannel fixes
  • Various expectations.

Full list: webrtc/adapter@v6.1.5...v6.2.0

Update SDP adapter, various fixes

09 Apr 12:48
Compare
Choose a tag to compare
v6.1.5

bump to 6.1.5

common: check RTCIceCandidate exists before trying to shim, edge: add RTCDTMFSender alias

Fix dependencies not being included in NPM

09 Mar 11:09
Compare
Choose a tag to compare

All: do not throw on empty candidate, Firefox: Stop shimSendThrowTypeError from throwing error with peerConnection disabled, Chrome: update getUserMedia errors, Safari: fixing detection & support for iOS WKWebKit

Chrome: safer legacy webkitRTCPeerConnection usage. Firefox: dont shim max-message-size when RTCPeerConnection is not defined. Utils: change detectBrowser to not rely on webkitRTCPeerConnection

General: Add data channel message size to sender, safari: shim multiple streams in onaddstream, chrome: fix ontrack e.transceiver, safari: dont assume transceiver.setDirection exists,