Releases: peermetrics/webrtc-stats
Releases · peermetrics/webrtc-stats
v5.7.1
- Merge pull request #18 from peermetrics/feat/17 13de702
- destroy() should not unrap getUserMedia if wrapGetUserMedia was not passed initially 8b59a52
- Make sure the example page uses the hosted version of the lib 2eeb72b
v5.7.0...v5.7.1
v5.7.0
- Added the destroy() method to remove event listeners and cleanup
v5.6.0
- Send connectionId with remote track events. Added event listeners for local tracks as well
v5.5.0
- The peerId is no longer needed when removing a connection
v5.4.1
- Make sure we send the right peer connection when removing event listeners
- Updated readme
v5.4.0
- Added track object for each outgoing/incoming stream
v5.3.0
- Update readme 1bfbd48
- Added timeTaken for getStats calls so we can see how much the call took. A way to detect system load Added new readyState check for tracks to detect if they stopped Some type updates c4dded9
v5.1.0
- Start using connectionIds internally to keep track of different pc connections Allow a user to send a connectionId when it starts listening Added methods to make sure we are correctly removing events listeners 7813343
- Updated readme bf11b51
v5.0.1...v5.1.0