Skip to content

Releases: DolbyIO/web-webrtc-stats

1.0.2

17 Jul 18:29
4040147
Compare
Choose a tag to compare

What's Changed

  • Use source-map to remove eval in output. Smaller output.

Full Changelog: 1.0.1...1.0.2

1.0.1

15 Jul 16:54
040d37e
Compare
Choose a tag to compare

What's Changed

  • Update package dependencies

Full Changelog: 1.0.0...1.0.1

1.0.0

10 May 21:50
39451b4
Compare
Choose a tag to compare

What's Changed

  • Breaking change - Remove the default export for SDK entry point. The WebRTCStats class needs to be imported this way:
import { WebRTCStats } from '@dolbyio/webrtc-stats';

Full Changelog: 0.4.0...1.0.0

0.4.0

26 Mar 19:58
87ee697
Compare
Choose a tag to compare

What's Changed

  • Update dependencies
  • Generate external map file
  • Export logger instance
  • Embed JS-logger in the distribution package

Full Changelog: 0.3.0...0.4.0

0.3.0

15 Aug 23:52
cd1a11b
Compare
Choose a tag to compare

What's Changed

  • Add trackIdentifier to inbound streams.

Full Changelog: 0.2.0...0.3.0

0.2.0

23 Mar 23:54
1876bb6
Compare
Choose a tag to compare

What's Changed

  • Add qualityLimitationReason to video output objects

Full Changelog: 0.1.0...0.2.0

0.1.0

08 Mar 01:25
7014a14
Compare
Choose a tag to compare

Initial release of this project.