webrtcHacks / adapter

Shim to insulate apps from spec changes and prefix differences. Latest adapter.js release:
https://webrtcHacks.github.io/adapter/adapter-latest.js
BSD 3-Clause "New" or "Revised" License
3.63k stars 845 forks source link

Remove legacy getStats polyfill #1149

Closed fippo closed 7 months ago

fippo commented 7 months ago

which provides a way to turn legacy stats into a maplike object. Legacy getStats have since been removed from Chrome.

Fixes #1137