From 7f7bd57143ed3e5bb209b9a02dacf93aa56ecc1e Mon Sep 17 00:00:00 2001 From: CloudWebRTC Date: Wed, 21 Jun 2023 18:31:36 +0800 Subject: [PATCH] release: 1.3.5. (#309) --- CHANGELOG.md | 10 ++++++++++ pubspec.yaml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d58f5b1..278c5b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # CHANGELOG +## 1.3.5 + +* Fix: Fix ScreenShareCaptureOptions not passed correctly. +* Fix: facingMode for mobile web. +* Fix: add 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 wrong override when options is not null when LocalTrack.create. + ## 1.3.4 * Fix: Frame drops for Android. diff --git a/pubspec.yaml b/pubspec.yaml index 4250b34..d6bada2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: livekit_client description: Flutter Client SDK for LiveKit. Build real-time video and audio into your apps. Supports iOS, Android, and Web. -version: 1.3.4 +version: 1.3.5 homepage: https://livekit.io environment: