File tree Expand file tree Collapse file tree 7 files changed +25
-12
lines changed Expand file tree Collapse file tree 7 files changed +25
-12
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 2.5.0
4+
5+ * Bump flutter-webrtc to 1.0.0.
6+ * Upgrade libwebrtc to m137.7151
7+ * fix: E2EE bug for Chrome. (#832 )
8+ * fix(web, firefox): backup old values before overwriting them (#819 )
9+ * fix: memory leak visualizer stop android (#831 )
10+ * fix: ensure engine always has correct device id if switching camera fails (#820 )
11+ * fix: Always emit RoomDisconnectedEvent when the reason is clientInitiated. (#821 )
12+ * fix: sif frame enqueing with e2ee (#822 )
13+ * fix: update camera ` deviceId ` when track is null (#814 )
14+ * feat: Audio Visualizer for Windows/Linux. (#739 )
15+
316## 2.4.9
417
518* Added: Attribute typings for agent and transcription (#811 )
Original file line number Diff line number Diff line change 1- platform :osx , '10.14 '
1+ platform :osx , '10.15 '
22
33# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
44ENV [ 'COCOAPODS_DISABLE_STATS' ] = 'true'
Original file line number Diff line number Diff line change 406406 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
407407 GCC_WARN_UNUSED_FUNCTION = YES;
408408 GCC_WARN_UNUSED_VARIABLE = YES;
409- MACOSX_DEPLOYMENT_TARGET = 10.14 ;
409+ MACOSX_DEPLOYMENT_TARGET = 10.15 ;
410410 MTL_ENABLE_DEBUG_INFO = NO;
411411 SDKROOT = macosx;
412412 SWIFT_COMPILATION_MODE = wholemodule;
487487 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
488488 GCC_WARN_UNUSED_FUNCTION = YES;
489489 GCC_WARN_UNUSED_VARIABLE = YES;
490- MACOSX_DEPLOYMENT_TARGET = 10.14 ;
490+ MACOSX_DEPLOYMENT_TARGET = 10.15 ;
491491 MTL_ENABLE_DEBUG_INFO = YES;
492492 ONLY_ACTIVE_ARCH = YES;
493493 SDKROOT = macosx;
534534 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
535535 GCC_WARN_UNUSED_FUNCTION = YES;
536536 GCC_WARN_UNUSED_VARIABLE = YES;
537- MACOSX_DEPLOYMENT_TARGET = 10.14 ;
537+ MACOSX_DEPLOYMENT_TARGET = 10.15 ;
538538 MTL_ENABLE_DEBUG_INFO = NO;
539539 SDKROOT = macosx;
540540 SWIFT_COMPILATION_MODE = wholemodule;
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'livekit_client'
3- s . version = '2.4.9 '
3+ s . version = '2.5.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/'
@@ -16,6 +16,6 @@ Pod::Spec.new do |s|
1616 s . static_framework = true
1717
1818 s . dependency 'Flutter'
19- s . dependency 'WebRTC-SDK' , '125.6422.07 '
19+ s . dependency 'WebRTC-SDK' , '137.7151.02 '
2020 s . dependency 'flutter_webrtc'
2121end
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import 'support/native.dart';
2020/// Main entry point to connect to a room.
2121/// {@category Room}
2222class LiveKitClient {
23- static const version = '2.4.9 ' ;
23+ static const version = '2.5.0 ' ;
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 11Pod ::Spec . new do |s |
22 s . name = 'livekit_client'
3- s . version = '2.4.9 '
3+ s . version = '2.5.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/'
@@ -9,13 +9,13 @@ Pod::Spec.new do |s|
99 s . source = { :path => '.' }
1010 s . source_files = 'Classes/**/*'
1111 s . public_header_files = 'Classes/**/*.h'
12- s . platform = :osx , '10.14 '
12+ s . platform = :osx , '10.15 '
1313 # Flutter.framework does not contain a i386 slice.
1414 s . pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
1515 s . swift_version = '5.0'
1616 s . static_framework = true
1717
1818 s . dependency 'FlutterMacOS'
19- s . dependency 'WebRTC-SDK' , '125.6422.07 '
19+ s . dependency 'WebRTC-SDK' , '137.7151.02 '
2020 s . dependency 'flutter_webrtc'
2121end
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.4.9
18+ version : 2.5.0
1919homepage : https://github.com/livekit/client-sdk-flutter
2020
2121environment :
@@ -37,7 +37,7 @@ dependencies:
3737 uuid : ^4.5.1
3838 synchronized : ^3.0.0+3
3939 protobuf : ^4.1.0
40- flutter_webrtc : ^0.14.2
40+ flutter_webrtc : ^1.0.0
4141 device_info_plus : ^11.3.0
4242 dart_webrtc : ^1.5.3+hotfix.3
4343 sdp_transform : ^0.3.2
You can’t perform that action at this time.
0 commit comments