Skip to content

2.26.1

Compare
Choose a tag to compare
@manjeshbhargav manjeshbhargav released this 02 Feb 00:24
· 53 commits to master since this release

2.26.1 (January 31, 2023)

Bug Fixes

  • Fixed a bug that manifests on Chrome versions 112+ where Room.getStats() rejects the returned Promise due to a TypeError caused by trying to read from the now-removed RTCMediaStreamTrackStats. Instead, the SDK now reads from the RTCMediaSourceStats. (VIDEO-12411)
  • Fixed an error in the type definition for the attach() method of AudioTrack and VideoTrack. (VIDEO-12242)
  • Fixed an error in the type definition for createLocalAudioTrack(). (VIDEO-12383)