File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 2.5.1
4
+
5
+ * Fix Publication's track property initialization (#867 )
6
+ * Fix Missing attributes in data stream (#865 )
7
+ * Fix Internal WebRTC pod version conflict (#876 )
8
+
3
9
## 2.5.0+hotfix.3
4
10
5
11
* fix: Fix @internal conflicting imports from package meta or flutter/foundation.
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import 'support/platform.dart' show lkPlatformIsMobile;
20
20
/// Main entry point to connect to a room.
21
21
/// {@category Room}
22
22
class LiveKitClient {
23
- static const version = '2.5.0 ' ;
23
+ static const version = '2.5.1 ' ;
24
24
25
25
/// Initialize the WebRTC plugin. If this is not manually called, will be
26
26
/// initialized with default settings.
Original file line number Diff line number Diff line change 15
15
name : livekit_client
16
16
description : Flutter Client SDK for LiveKit.
17
17
Build real-time video and audio into your apps. Supports iOS, Android, and Web.
18
- version : 2.5.0+hotfix.3
18
+ version : 2.5.1
19
19
homepage : https://github.com/livekit/client-sdk-flutter
20
20
21
21
environment :
You can’t perform that action at this time.
0 commit comments