Skip to content

Commit

Permalink
release: 2.4.0. (#711)
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwebrtc authored Feb 20, 2025
1 parent 0405f5b commit 7743e2d
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## 2.4.0

* feat: RPC. (#682)
* fix: Properly handle broadcast capture state (#705)

## 2.3.6

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

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

## Breaking Changes

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.

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

## 1.5.2

* Non-functional update, forcing the versions in
`'ios/livekit_client.podspec', 'macos/livekit_client.podspec', 'lib/src/livekit.dart'`
* Non-functional update, forcing the versions in
`'ios/livekit_client.podspec', 'macos/livekit_client.podspec', 'lib/src/livekit.dart'`
consistent with pubspec.yaml

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

## 1.4.1

Expand Down
2 changes: 1 addition & 1 deletion ios/livekit_client.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'livekit_client'
s.version = '2.3.6'
s.version = '2.4.0'
s.summary = 'Open source platform for real-time audio and video.'
s.description = 'Open source platform for real-time audio and video.'
s.homepage = 'https://livekit.io/'
Expand Down
2 changes: 1 addition & 1 deletion lib/src/livekit.dart
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import 'support/native.dart';
/// Main entry point to connect to a room.
/// {@category Room}
class LiveKitClient {
static const version = '2.3.6';
static const version = '2.4.0';

/// Initialize the WebRTC plugin. If this is not manually called, will be
/// initialized with default settings.
Expand Down
2 changes: 1 addition & 1 deletion macos/livekit_client.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'livekit_client'
s.version = '2.3.6'
s.version = '2.4.0'
s.summary = 'Open source platform for real-time audio and video.'
s.description = 'Open source platform for real-time audio and video.'
s.homepage = 'https://livekit.io/'
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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: 2.3.6
version: 2.4.0
homepage: https://github.com/livekit/client-sdk-flutter

environment:
Expand Down

0 comments on commit 7743e2d

Please sign in to comment.