Skip to content

Latest commit

 

History

History
61 lines (36 loc) · 1.31 KB

CHANGELOG.md

File metadata and controls

61 lines (36 loc) · 1.31 KB

Changelog


[0.8.5] - 11.12.2021

  • bump version of flutter_webrtc

[0.8.1] - 11.12.2021

  • fix: on callbacks (getStates, replaceTrack and etc.)

[0.8.0] - 05.12.2021

  • update(flutter_webrtc): switch to 0.8.0
  • feat: add unified plan to android, ios, macos, windows
  • refactor: peerId in consumer now is nullable
  • refactor: change name handlers to PlanB and Unified plan

[0.4.6] - 16.09.2021

  • update(flutter_webrtc): switch to 0.6.7
  • fix(browser): no need addTrack anymore

[0.4.5] - 14.09.2021

  • fix(example): dispose renderers after leaving room;
  • docs: update readme and changelog;

[0.4.4] - 09.09.2021

  • feat: Consumer, Producer now have copyWith and new methods pauseCopy, resumeCopy which return new instance;
  • fix: remote_sdp errors;

[0.4.3] - 28.08.2021

  • fix: logger messages
  • fix: transport.produce now use appData from arguments
  • fix: iceCandidate's fields (raddr, rport) null savety

[0.4.2] - 28.08.2021

  • fix: RtcpFb
  • refactor: replace firstWhere to firstWhereOrNull

Thanks Macrow

[0.4.1] - 22.08.2021

  • Remove dart:io dependency, so pub.dev will show web support

[0.4.0] - 22.08.2021

  • Add Unified plan for Chrome.

[0.2.1] - 2021.08.05

  • Add link to example in README.md

[0.2.0] - 2021.08.04

  • Initial release.