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 11# CHANGELOG
22
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+
39## 2.5.0+hotfix.3
410
511* 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;
2020/// Main entry point to connect to a room.
2121/// {@category Room}
2222class LiveKitClient {
23- static const version = '2.5.0 ' ;
23+ static const version = '2.5.1 ' ;
2424
2525 /// Initialize the WebRTC plugin. If this is not manually called, will be
2626 /// initialized with default settings.
Original file line number Diff line number Diff line change 1515name : livekit_client
1616description : Flutter Client SDK for LiveKit.
1717 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
1919homepage : https://github.com/livekit/client-sdk-flutter
2020
2121environment :
You can’t perform that action at this time.
0 commit comments