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 1
1
# CHANGELOG
2
2
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
+
3
16
## 2.4.9
4
17
5
18
* 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 '
2
2
3
3
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
4
4
ENV [ 'COCOAPODS_DISABLE_STATS' ] = 'true'
Original file line number Diff line number Diff line change 406
406
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
407
407
GCC_WARN_UNUSED_FUNCTION = YES;
408
408
GCC_WARN_UNUSED_VARIABLE = YES;
409
- MACOSX_DEPLOYMENT_TARGET = 10.14 ;
409
+ MACOSX_DEPLOYMENT_TARGET = 10.15 ;
410
410
MTL_ENABLE_DEBUG_INFO = NO;
411
411
SDKROOT = macosx;
412
412
SWIFT_COMPILATION_MODE = wholemodule;
487
487
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
488
488
GCC_WARN_UNUSED_FUNCTION = YES;
489
489
GCC_WARN_UNUSED_VARIABLE = YES;
490
- MACOSX_DEPLOYMENT_TARGET = 10.14 ;
490
+ MACOSX_DEPLOYMENT_TARGET = 10.15 ;
491
491
MTL_ENABLE_DEBUG_INFO = YES;
492
492
ONLY_ACTIVE_ARCH = YES;
493
493
SDKROOT = macosx;
534
534
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
535
535
GCC_WARN_UNUSED_FUNCTION = YES;
536
536
GCC_WARN_UNUSED_VARIABLE = YES;
537
- MACOSX_DEPLOYMENT_TARGET = 10.14 ;
537
+ MACOSX_DEPLOYMENT_TARGET = 10.15 ;
538
538
MTL_ENABLE_DEBUG_INFO = NO;
539
539
SDKROOT = macosx;
540
540
SWIFT_COMPILATION_MODE = wholemodule;
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'livekit_client'
3
- s . version = '2.4.9 '
3
+ s . version = '2.5.0 '
4
4
s . summary = 'Open source platform for real-time audio and video.'
5
5
s . description = 'Open source platform for real-time audio and video.'
6
6
s . homepage = 'https://livekit.io/'
@@ -16,6 +16,6 @@ Pod::Spec.new do |s|
16
16
s . static_framework = true
17
17
18
18
s . dependency 'Flutter'
19
- s . dependency 'WebRTC-SDK' , '125.6422.07 '
19
+ s . dependency 'WebRTC-SDK' , '137.7151.02 '
20
20
s . dependency 'flutter_webrtc'
21
21
end
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import 'support/native.dart';
20
20
/// Main entry point to connect to a room.
21
21
/// {@category Room}
22
22
class LiveKitClient {
23
- static const version = '2.4.9 ' ;
23
+ static const version = '2.5.0 ' ;
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 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'livekit_client'
3
- s . version = '2.4.9 '
3
+ s . version = '2.5.0 '
4
4
s . summary = 'Open source platform for real-time audio and video.'
5
5
s . description = 'Open source platform for real-time audio and video.'
6
6
s . homepage = 'https://livekit.io/'
@@ -9,13 +9,13 @@ Pod::Spec.new do |s|
9
9
s . source = { :path => '.' }
10
10
s . source_files = 'Classes/**/*'
11
11
s . public_header_files = 'Classes/**/*.h'
12
- s . platform = :osx , '10.14 '
12
+ s . platform = :osx , '10.15 '
13
13
# Flutter.framework does not contain a i386 slice.
14
14
s . pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
15
15
s . swift_version = '5.0'
16
16
s . static_framework = true
17
17
18
18
s . dependency 'FlutterMacOS'
19
- s . dependency 'WebRTC-SDK' , '125.6422.07 '
19
+ s . dependency 'WebRTC-SDK' , '137.7151.02 '
20
20
s . dependency 'flutter_webrtc'
21
21
end
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.4.9
18
+ version : 2.5.0
19
19
homepage : https://github.com/livekit/client-sdk-flutter
20
20
21
21
environment :
@@ -37,7 +37,7 @@ dependencies:
37
37
uuid : ^4.5.1
38
38
synchronized : ^3.0.0+3
39
39
protobuf : ^4.1.0
40
- flutter_webrtc : ^0.14.2
40
+ flutter_webrtc : ^1.0.0
41
41
device_info_plus : ^11.3.0
42
42
dart_webrtc : ^1.5.3+hotfix.3
43
43
sdp_transform : ^0.3.2
You can’t perform that action at this time.
0 commit comments