Skip to content

Commit 0c663d5

Browse files
committed
release: 2.4.2+hotfix.2.
1 parent fc276ab commit 0c663d5

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

3+
## 2.4.2+hotfix.2
4+
5+
* fix: Fix creation timing for local participant. (#749)
6+
* fix: Filter out non-video codecs for fast video track publication. (#747)
7+
38
## 2.4.2+hotfix.1
49

510
* fix: fixed bug for fast track publish.

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.4.2+hotfix.1';
23+
static const version = '2.4.2+hotfix.2';
2424

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

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.4.2+hotfix.1
18+
version: 2.4.2+hotfix.2
1919
homepage: https://github.com/livekit/client-sdk-flutter
2020

2121
environment:

0 commit comments

Comments
 (0)