Skip to content

Releases: livekit/client-sdk-flutter

1.3.5

21 Jun 10:32
7f7bd57
Compare
Choose a tag to compare

1.3.5

  • Fix: Fix ScreenShareCaptureOptions not passed correctly.
  • Fix: facing mode for the mobile web.
  • Fix: add the name to AudioPublishOptions.
  • Fix: track not stop stats monitor correctly.
  • Feat: add preferCurrentTab support for Flutter web.
  • Fix incorrect 4:3 preset bitrates
  • Fix: fix the wrong override when options are not null when LocalTrack.create.

1.3.4

08 Jun 10:06
Compare
Choose a tag to compare

1.3.4

  • Fix: Frame drops for Android.

1.3.3

01 Jun 03:19
Compare
Choose a tag to compare

1.3.3

  • Fix: issue for get user audio on Android.

1.3.2

23 May 04:37
Compare
Choose a tag to compare

1.3.2

  • Fix: Improve iOS/macOS H264 encoder.
  • Fix: Default capture/publish options for fast connect.

1.3.1

17 May 06:07
404b48b
Compare
Choose a tag to compare

1.3.1

  • Feat: add linux support.
  • Fix: audio play bug for ios safari.
  • Fix: fix bluetooth device enumerate on android.
  • Fix: Do not operate on inactive tracks.
  • Fix: use the correct transceiver id.
  • Fix: Support restart camera for windows/linux.
  • Fix: Move the call of capturer.stopCapture() outside the main thread
    to avoid blocking of flutter method call.
  • Fix: Handle exceptions for framerate settings for darwin.

1.3.0

28 Apr 02:52
Compare
Choose a tag to compare

1.3.0

  • Fix resolution/framerate/bitrate issue for publishVideoTrack.
  • End-to-end encryption support.

v1.2.2

10 Apr 04:04
55bc6d6
Compare
Choose a tag to compare

1.2.2

  • Feat: Support setVideoFPS for subscribe.
  • Feat: topic for data-channel.
  • Feat: support metadata update.
  • Feat: handle reconnect response to re-configuration PCs.
  • Docs: readme manager initial setup.
  • Feat: upgrade protocol version to v9.
  • Chore: Use participantIdentity instead of Sid for track permissions.
  • Feat: Bump flutter-webrtc to 0.9.25.
  • Fix: Fix empty label for Wired Headset on Android.
  • Fix: ICE Connectivity doesn't establish with DualSIM iPhones.

v1.2.1

09 Mar 07:12
0848b45
Compare
Choose a tag to compare

1.2.1

  • Fix: fix memory leak for screen capture (macOS).
  • Feat: web/native device consistency management (native/web).
  • Fix: fix the renderer issue for Safari/Firefox.
  • Fix: set forceRelay if server response is enabled.
  • Feat: Forward leave reason of disconnected events.
  • Feat: expose logger level API.
  • Feat: expose Room recording event.

v1.2.0

17 Feb 09:17
Compare
Choose a tag to compare

v1.2.0

  • Fix: re-publish tracks after reconnect
  • Fix the bug for firefox.
  • Fix crash when using virtual camera (OBS) for osx.
  • Fix crash when screen sharing with simulcast on macOS
  • Feat: support fast switch camera for LocalVideoTrack.

v1.1.12

12 Jan 08:14
Compare
Choose a tag to compare

What's Changed

  • Fix Audio output list is empty in android by @moham96 in #231
  • Update flutter-webrtc to 0.9.19
    • As a result of this, the BLUETOOTH_CONNECT permission for Android is no longer needed.

New Contributors

Full Changelog: v1.1.11...v1.1.12