Skip to content

2.2.1

Compare
Choose a tag to compare
@manjeshbhargav manjeshbhargav released this 29 Jan 20:12
· 163 commits to master since this release

2.2.1 (January 29, 2019)

Bug Fixes

  • Fixed a bug where, in Electron 2.x, if the remote peer adds a second
    MediaStreamTrack after completing the negotiation for the first MediaStreamTrack,
    calling getStats did not return the StandardizedTrackStatsReport for the second
    remote MediaStreamTrack. (JSDK-2269)
  • Fixed a bug where getStats was throwing a TypeError in Electron 2.x and 3.x. (JSDK-2267)
  • Added back the workaround for this Chrome bug in order to support Electron 2.x. (JSDK-2266)