File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
--------------------------------------------
4
+ [ 0.11.7] - 2024-09-04
5
+
6
+ * [ Web] Bump dart_webrtc to 1.4.9.
7
+ * [ Web] Bump web version to 1.0.0.
8
+
4
9
[ 0.11.6+hotfix.1] - 2024-08-07
5
10
6
11
* [ iOS] Fixed PlatformView not rendering after resuming from background.
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Future<bool> startForegroundService() async {
29
29
final androidConfig = FlutterBackgroundAndroidConfig (
30
30
notificationTitle: 'Title of the notification' ,
31
31
notificationText: 'Text of the notification' ,
32
- notificationImportance: AndroidNotificationImportance .Default ,
32
+ notificationImportance: AndroidNotificationImportance .normal ,
33
33
notificationIcon: AndroidResource (
34
34
name: 'background_icon' ,
35
35
defType: 'drawable' ), // Default is ic_launcher from folder mipmap
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ class _GetDisplayMediaSampleState extends State<GetDisplayMediaSample> {
61
61
const androidConfig = FlutterBackgroundAndroidConfig (
62
62
notificationTitle: 'Screen Sharing' ,
63
63
notificationText: 'LiveKit Example is sharing the screen.' ,
64
- notificationImportance: AndroidNotificationImportance .Default ,
64
+ notificationImportance: AndroidNotificationImportance .normal ,
65
65
notificationIcon: AndroidResource (
66
66
name: 'livekit_ic_launcher' , defType: 'mipmap' ),
67
67
);
Original file line number Diff line number Diff line change 1
1
name : flutter_webrtc
2
2
description : Flutter WebRTC plugin for iOS/Android/Destkop/Web, based on GoogleWebRTC.
3
- version : 0.11.6+hotfix.1
3
+ version : 0.11.7
4
4
homepage : https://github.com/cloudwebrtc/flutter-webrtc
5
5
environment :
6
6
sdk : ' >=3.3.0 <4.0.0'
7
7
flutter : ' >=1.22.0'
8
8
9
9
dependencies :
10
10
collection : ^1.17.0
11
- dart_webrtc : ^1.4.8
11
+ dart_webrtc : ^1.4.9
12
12
flutter :
13
13
sdk : flutter
14
14
path_provider : ^2.0.2
15
- web : ^0.5.1
15
+ web : ^1.0.0
16
16
webrtc_interface : ^1.2.0
17
17
18
18
dev_dependencies :
You can’t perform that action at this time.
0 commit comments