Flutter Webrtc Versions Save

WebRTC plugin for Flutter Mobile/Desktop/Web

0.9.48+hotfix.1

2 months ago

[0.9.48+hotfix.1] - 2024-02-05

  • [Android] bump version for libwebrtc.

Full Changelog: https://github.com/flutter-webrtc/flutter-webrtc/compare/0.9.48...0.9.48+hotfix.1

0.9.48

2 months ago

What's Changed

Full Changelog: https://github.com/flutter-webrtc/flutter-webrtc/compare/0.9.47...0.9.48

0.9.47

4 months ago

[0.9.47] - 2023-10-29

  • [Windows/Linux] fix: Check the invalid value of the candidate and session description. (#1484)
  • [Windows/Linux/macOS] fix: screen sharing issue for desktop.
  • [Web] fix: platformViewRegistry getter is deprecated (#1485)
  • [Dart] Throw exception for set src object (#1491).

0.9.46

5 months ago

[0.9.46] - 2023-10-25

fix: Crop video output size to target settings. (#1472) fix: Fix bluetooth sco not stopping after room disconnect (#1475)

0.9.45

6 months ago

[0.9.45] - 2023-09-27

  • [iOS/macOS] fix: send message on non-platform thread.
  • [Windows] fix: fix setSrcObj with trackId for Windows.
  • [Windows] fix: fix the "unlock of unowned mutex" error when calling "captureFrame()" function on Windows.

0.9.44

6 months ago

[0.9.44] - 2023-09-25

  • [Windows] fix: fix Renderer bug for Windows.
  • [Native] fix: Use independent threads to process frame encryption/decryption
  • [Native] fix: Correct handle SIF frame
  • [Native] fix: Fix a fault tolerance judgment failure

0.9.43

7 months ago

[0.9.43] - 2023-09-20

  • [Native] fix: send frame cryptor events from signaling thread.
  • [Native] fix: h264 freeze when using E2EE.

0.9.42+hotfix.1

7 months ago

[0.9.42+hotfix.1] - 2023-09-15

  • [Windows/Linux] fix: fix cannot start vp8/h264 encoder correctly.

0.9.42

7 months ago

[0.9.42] - 2023-09-15

  • [Dart/Native] feat: add more framcryptor API (#1444)
  • [Dart/Native] feat: support scalability mode (#1442)
  • [Android] fix: Turn off audio routing in non-communication modes (#1438)

0.9.41

7 months ago

[0.9.41] - 2023-08-30

  • [Android] feat: Add more control over android audio options.