Skip to content

Commit f3da72b

Browse files
Brazold3xvn
andauthored
Release v0.3.7 (#653)
* Release v0.3.7 * tweak * Update packages/stream_video/CHANGELOG.md --------- Co-authored-by: Deven Joshi <[email protected]>
1 parent 91be03d commit f3da72b

File tree

8 files changed

+36
-10
lines changed

8 files changed

+36
-10
lines changed

packages/stream_video/CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
1-
## Unreleased
1+
## 0.3.7
2+
* Updated minimum supported SDK version to Flutter 3.16
3+
24
✅ Added
35

4-
* Added `mirror` parameter to `CameraConstraints`, which determines whether the camera for the given track should be mirrored or not. When set as null the default is true when `facingMode` is set to `user` and false when facingMode is set to `environment`.
6+
* Added `mirrorMode` parameter to `CameraConstraints`, which determines whether the camera for the given track should be mirrored or not. When set as `defaultMode` the mirroring is set as true, when `facingMode` is set to `user` and false when facingMode is set to `environment`.
7+
8+
🐞 Fixed
9+
10+
* Fixed an issue that might break screen sharing functionality.
11+
* Fixed an issue that caused output audio device not being set correctly.
12+
* Fixed an issue that still caused constant notification sound being triggered during the call on Android.
13+
* Fixed an issue that blocked volume adjustment during the call on Android.
514

615
## 0.3.6
716
✅ Added
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This file is generated. Do not manually edit.
22
/// Current package version.
3-
const String streamVideoVersion = '0.3.6';
3+
const String streamVideoVersion = '0.3.7';
44
const String androidWebRTCVersion = 'libwebrtc-m114.5735.05';
55
const String iosWebRTCVersion = 'libwebrtc-m114.5735.08';

packages/stream_video/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: stream_video
22
description: The Official Low-level Client for Stream Video, a service for
33
building video calls, audio rooms, and live-streaming applications.
4-
version: 0.3.6
4+
version: 0.3.7
55
homepage: https://getstream.io/video/
66
repository: https://github.com/GetStream/stream-video-flutter
77
issue_tracker: https://github.com/GetStream/stream-video-flutter/issues

packages/stream_video_flutter/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 0.3.7
2+
* Updated minimum supported SDK version to Flutter 3.16
3+
4+
✅ Added
5+
6+
* Added `mirrorMode` parameter to `CameraConstraints`, which determines whether the camera for the given track should be mirrored or not. When set as `defaultMode` the mirroring is set as true, when `facingMode` is set to `user` and false when facingMode is set to `environment`.
7+
8+
🐞 Fixed
9+
10+
* Fixed an issue that might break screen sharing functionality.
11+
* Fixed an issue that caused output audio device not being set correctly.
12+
* Fixed an issue that still caused constant notification sound being triggered during the call on Android.
13+
* Fixed an issue that blocked volume adjastment during the call on Android.
14+
115
## 0.3.6
216
✅ Added
317

packages/stream_video_flutter/example/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ dependencies:
2424
intl: ^0.19.0
2525
path_provider: ^2.1.0
2626
share_plus: ^7.1.0
27-
stream_video: ^0.3.6
28-
stream_video_flutter: ^0.3.6
27+
stream_video: ^0.3.7
28+
stream_video_flutter: ^0.3.7
2929

3030
dev_dependencies:
3131
build_runner: ^2.4.6

packages/stream_video_flutter/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: stream_video_flutter
22
description: The Official UI package for Stream Video, a service for building
33
video calls, audio rooms, and live-streaming applications.
4-
version: 0.3.6
4+
version: 0.3.7
55
homepage: https://getstream.io/video/
66
repository: https://github.com/GetStream/stream-video-flutter
77
issue_tracker: https://github.com/GetStream/stream-video-flutter/issues
@@ -19,7 +19,7 @@ dependencies:
1919
flutter_webrtc: ^0.9.47
2020
plugin_platform_interface: ^2.1.7
2121
rate_limiter: ^1.0.0
22-
stream_video: ^0.3.6
22+
stream_video: ^0.3.7
2323
visibility_detector: ^0.4.0+2
2424

2525
dev_dependencies:

packages/stream_video_push_notification/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.3.7
2+
* Updated minimum supported SDK version to Flutter 3.16
3+
14
## 0.3.6
25
* Sync version with `stream_video_flutter` 0.3.6
36

packages/stream_video_push_notification/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: stream_video_push_notification
22
description: Adds push notification support for Stream Video, a service for
33
building video calls, audio rooms, and live-streaming applications.
4-
version: 0.3.6
4+
version: 0.3.7
55
homepage: https://getstream.io/video/
66
repository: https://github.com/GetStream/stream-video-flutter
77
issue_tracker: https://github.com/GetStream/stream-video-flutter/issues
@@ -21,7 +21,7 @@ dependencies:
2121
meta: ^1.9.1
2222
plugin_platform_interface: ^2.1.6
2323
rxdart: ^0.27.7
24-
stream_video: ^0.3.6
24+
stream_video: ^0.3.7
2525
uuid: ^4.2.1
2626

2727
dev_dependencies:

0 commit comments

Comments
 (0)