Flutter Webrtc Versions Save

WebRTC plugin for Flutter Mobile/Desktop/Web

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

8 months ago

[0.9.41] - 2023-08-30

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

0.9.40

8 months ago

[0.9.40] - 2023-08-16

  • [Windows/Linux] fix: nullptr checking for sender/receiver for getStats.

0.9.39

8 months ago

[0.9.39] - 2023-08-14

  • [Dart/Native] feat: add async methods for getting pc states.

0.9.38

8 months ago

[0.9.38] - 2023-08-11

  • [Android] fix: Expose helper to clearCommunicationDevice on AudioManager.AUDIOFOCUS_LOSS
  • [Android] feat: support force SW codec list for Android, and disable HW codec for VP9 by default.
  • [Android] fix: issue for audio device switch (#1417)
  • [Android/iOS] feat: Added setZoom method to support camera zooming while streaming. (#1412).

0.9.37

8 months ago

[0.9.37] - 2023-08-07

  • [Native] fix: Skip set_sdp_fmtp_line if sdpFmtpLine is empty.
  • [Android] fix: fix Android earpiece not being replaced after the wired headset is disconnected.
  • [Dart] fix: partially rebuild RTCVideoView when renderVideo value changes.
  • [Android] feat: expose Android audio modes.
  • [Android] feat: support forceSWCodec for Android.
  • [Linux] fix: add $ORIGIN to rpath.

0.9.36

9 months ago

[0.9.36] - 2023-07-13

  • [Native] upgrade libwebrtc to m114.5735.02.
  • [Windows/Linux] Add implementation to MediaStreamTrack.captureFrame() for Linux/Windows.
  • [Darwin/Android] Support to ignore network adapters used for ICE on Android, iOS, and macOS.

0.9.35

10 months ago

[0.9.35] - 2023-06-30

  • [iOS] feat: expose audio mode for ios.
  • [Darwin] fix: compiler warning for Darwin.
  • [Dart] Fix setMicrophoneMute() not awaitable.
  • [Native] Update libwebrtc to m114.
  • [Dart/Web] Separate FrameCryptor of the web to dart-webrtc.