Skip to content

Commit 4733f8f

Browse files
authored
release: 1.5.3. (#395)
* release: 1.5.3. * bump version.
1 parent 4192756 commit 4733f8f

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# CHANGELOG
22

3+
## 1.5.3
4+
5+
* Handling of incompatible published codecs.
6+
* Fix/unpublish screen audio track when stop screen share.
7+
* Upgrade connectivity_plus version.
8+
* Fix: low-resolution screen sharing for safari 17.
9+
* Update build.gradle for gradle 8.0.0 namespace.
10+
* Fix captureScreenAudio conditional.
11+
* Fix iOSBroadcastExtension always false after copyWith invoked.
12+
* Fix: VP9 svc screenshare.
13+
* Fix iOS example compilation after upgrading to XCode 15.
14+
* Fix: Crop video output size to target settings (iOS/macOS).
15+
* Fix: Fix bluetooth sco not stopping after room disconnect (Android).
16+
317
## 1.5.2
418

519
* Non-functional update, forcing the versions in

ios/livekit_client.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'livekit_client'
3-
s.version = '1.5.2'
3+
s.version = '1.5.3'
44
s.summary = 'Open source platform for real-time audio and video.'
55
s.description = 'Open source platform for real-time audio and video.'
66
s.homepage = 'https://livekit.io/'

lib/src/livekit.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import 'types/other.dart';
1919
/// Main entry point to connect to a room.
2020
/// {@category Room}
2121
class LiveKitClient {
22-
static const version = '1.5.2';
22+
static const version = '1.5.3';
2323

2424
/// Convenience method for connecting to a LiveKit server.
2525
/// Returns a [Room] upon a successful connect or throws when it fails.

macos/livekit_client.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'livekit_client'
3-
s.version = '1.5.2'
3+
s.version = '1.5.3'
44
s.summary = 'Open source platform for real-time audio and video.'
55
s.description = 'Open source platform for real-time audio and video.'
66
s.homepage = 'https://livekit.io/'

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
name: livekit_client
1616
description: Flutter Client SDK for LiveKit.
1717
Build real-time video and audio into your apps. Supports iOS, Android, and Web.
18-
version: 1.5.2
18+
version: 1.5.3
1919
homepage: https://livekit.io
2020

2121
environment:

0 commit comments

Comments
 (0)