Skip to content

Commit dab57d0

Browse files
Brazold3xvn
andauthored
Release v0.3.6 (#639)
* Release v0.3.6 * Update packages/stream_video/CHANGELOG.md * Update packages/stream_video_flutter/CHANGELOG.md --------- Co-authored-by: Deven Joshi <[email protected]>
1 parent 6eea5ee commit dab57d0

File tree

8 files changed

+37
-11
lines changed

8 files changed

+37
-11
lines changed

packages/stream_video/CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
1-
## Unreleased
1+
## 0.3.6
22
✅ Added
33

4-
* Added `callEvents` stream to `Call` that replaces `events` and `coordinatorEvents` streams (both are now deprecated)
4+
* Added `callEvents` stream to `Call` that replaces `events` and `coordinatorEvents` streams (both are now deprecated).
5+
* Added `callBackgroundBuilder` to `StreamOutgoingCallContent`.
56

67
🚧 Breaking changes
78

8-
* Removed the `callCid` parameter requirement from `sendCustomEvent` method in `Call` class
9+
* Removed the `callCid` parameter requirement from `sendCustomEvent` method in `Call` class.
10+
11+
🐞 Fixed
12+
13+
* Fixed an issue that caused an empty `Call` participants list in `CallState` during ringing.
14+
* Fixed an issue that caused constant notification sound being triggered during the call on Android.
15+
* Disabled camera mirroring when using back camera and when screensharing.
916

1017
## 0.3.5
1118
✅ 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.5';
3+
const String streamVideoVersion = '0.3.6';
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.5
4+
version: 0.3.6
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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 0.3.6
2+
✅ Added
3+
4+
* Added `callEvents` stream to `Call` that replaces `events` and `coordinatorEvents` streams (both are now deprecated).
5+
* Added `callBackgroundBuilder` to `StreamOutg/oingCallContent`.
6+
7+
🚧 Breaking changes
8+
9+
* Removed the `callCid` parameter requirement from `sendCustomEvent()` method in `Call` class.
10+
11+
🐞 Fixed
12+
13+
* Fixed an issue that caused an empty Call participants list in CallState during ringing.
14+
* Fixed an issue that caused constant notification sound being triggered during the call on Android.
15+
* Disabled camera mirroring when using back camera and when screensharing.
16+
117
## 0.3.5
218
✅ Added
319

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.5
28-
stream_video_flutter: ^0.3.5
27+
stream_video: ^0.3.6
28+
stream_video_flutter: ^0.3.6
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.5
4+
version: 0.3.6
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.5
22+
stream_video: ^0.3.6
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.6
2+
* Sync version with `stream_video_flutter` 0.3.6
3+
14
## 0.3.5
25
* Sync version with `stream_video_flutter` 0.3.5
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.5
4+
version: 0.3.6
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.5
24+
stream_video: ^0.3.6
2525
uuid: ^4.2.1
2626

2727
dev_dependencies:

0 commit comments

Comments
 (0)