Flutter Webrtc Versions Save

WebRTC plugin for Flutter Mobile/Desktop/Web

0.9.37

9 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

10 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.

0.9.34

11 months ago

[0.9.34] - 2023-06-14

  • [Web] fix facingMode for flutter web mobile.

0.9.33

11 months ago

[0.9.33] - 2023-06-08

  • [Android] fix frame drops for android.

0.9.32

11 months ago

[0.9.32] - 2023-05-30

  • [Android] fix issue for get user audio.
  • [Android] fix getStats throw LinkedHasMap exception.

0.9.31

11 months ago

[0.9.31] - 2023-05-23

  • [Darwin] Improve iOS/macOS H264 encoder (Upgrade to WebRTC-SDK M104.5112.17).

0.9.30+hotfix.2

1 year ago

[0.9.30+hotfix.2] - 2023-05-18

  • [Windows/Linux] fix bug for eventchannel proxy.
  • [Windows/Linux] fix: crash for pc.close/dispose on win/linux. (#1360)

0.9.30+hotfix.1

1 year ago

[0.9.30+hotfix.1] - 2023-05-17

  • [Windows/Linux] Fix compiler error.

0.9.30

1 year ago

[0.9.30] - 2023-05-16

  • [Darwin] Handle exceptions for frame rate settings for darinw. (#1351)
  • [Android] Fix bluetooth device enumerate. (#1349)
  • [Darwin/Android/Windows/Linux] Added maxIPv6Networks configuration (#1350)
  • [iOS] Fix: broadcast extension not found fallback logic (#1347)
  • [Android] Move the call of capturer.stopCapture() outside the main thread to avoid blocking of flutter method call.
  • [Windows/Linux] Fix the crash issue of video room (#1343)