Skip to content

Commit 7743e2d

Browse files
authored
release: 2.4.0. (#711)
1 parent 0405f5b commit 7743e2d

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

CHANGELOG.md

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

3+
## 2.4.0
4+
5+
* feat: RPC. (#682)
6+
* fix: Properly handle broadcast capture state (#705)
7+
38
## 2.3.6
49

510
* Emit a final empty AudioVisualizerEvent after track stops (#701)
@@ -53,7 +58,7 @@
5358

5459
* feat: support bypass voice processing. (#595)
5560
* fix: Dispose LocalParticipant when room.disconnect. (#609)
56-
* Fix spelling error in method name: _checkPremissions to _checkPermissions (#605)
61+
* Fix spelling error in method name: _checkPremissions to_checkPermissions (#605)
5762
* fix: fix speaker switching behavior for android. (#604)
5863
* fix: Optimize stats display (#602)
5964
* fix: Handle disconnect reasons correctly. (#594)
@@ -160,6 +165,7 @@ feat: provide option to skip stop/restartTrack for mute/unmute (#516)
160165
## 2.0.0
161166

162167
## Breaking Changes
168+
163169
There are several breaking changes between v1 and v2. Please consult our [migration guide](https://docs.livekit.io/guides/migrate-from-v1/) when upgrading to v2.
164170

165171
* `Room.participants` was renamed to `Room.remoteParticipants`
@@ -233,8 +239,8 @@ There are several breaking changes between v1 and v2. Please consult our [migrat
233239

234240
## 1.5.2
235241

236-
* Non-functional update, forcing the versions in
237-
`'ios/livekit_client.podspec', 'macos/livekit_client.podspec', 'lib/src/livekit.dart'`
242+
* Non-functional update, forcing the versions in
243+
`'ios/livekit_client.podspec', 'macos/livekit_client.podspec', 'lib/src/livekit.dart'`
238244
consistent with pubspec.yaml
239245

240246
## 1.5.1
@@ -260,7 +266,7 @@ There are several breaking changes between v1 and v2. Please consult our [migrat
260266
* Fix: fix the speakerPhone switch issue for Android.
261267
* Fix: fix iOS cannot publish the audio track correctly.
262268
* Fix: fix crash when re-publish video track on Windows/Linux.
263-
* Fix: set preferCurrentTab to false by default
269+
* Fix: set preferCurrentTab to false by default
264270

265271
## 1.4.1
266272

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 = '2.3.6'
3+
s.version = '2.4.0'
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
@@ -20,7 +20,7 @@ import 'support/native.dart';
2020
/// Main entry point to connect to a room.
2121
/// {@category Room}
2222
class LiveKitClient {
23-
static const version = '2.3.6';
23+
static const version = '2.4.0';
2424

2525
/// Initialize the WebRTC plugin. If this is not manually called, will be
2626
/// initialized with default settings.

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 = '2.3.6'
3+
s.version = '2.4.0'
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: 2.3.6
18+
version: 2.4.0
1919
homepage: https://github.com/livekit/client-sdk-flutter
2020

2121
environment:

0 commit comments

Comments
 (0)