You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/stream_video/CHANGELOG.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,6 @@
1
-
## Unreleased
1
+
## 0.8.0
2
+
3
+
* Updated minimum Flutter version to 3.27.4
2
4
3
5
✅ Added
4
6
- Introduced `disposeAfterResolvingRinging()` and `consumeAndAcceptActiveCall()` methods in `StreamVideo` to simplify the ringing flow implementation.
@@ -7,6 +9,9 @@
7
9
🔄 Changed
8
10
- Deprecated the `backgroundVoipCallHandler` parameter in `StreamVideoPushNotificationManager`, as it is no longer required for iOS ringing to function in a terminated state.
9
11
12
+
🐞 Fixed
13
+
-**(Windows/Linux)** Fixes compilation issues caused by `stream_webrtc_flutter` package.
Copy file name to clipboardExpand all lines: packages/stream_video_flutter/CHANGELOG.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,7 @@
1
-
## Upcoming
1
+
## 0.8.0
2
+
3
+
* Updated minimum Flutter version to 3.27.4
4
+
* Note: If you updated Flutter version and are using `flutterfire_cli` for push notifications you might need to reactivate it by running: `dart pub global activate flutterfire_cli`.
2
5
3
6
✅ Added
4
7
* Introduced `disposeAfterResolvingRinging()` and `consumeAndAcceptActiveCall()` methods in `StreamVideo` to simplify the ringing flow implementation.
@@ -9,6 +12,7 @@
9
12
10
13
🐞 Fixed
11
14
* Center alignment of buttons in `StreamLobbyVideo` to support more screen sizes.
15
+
***(Windows/Linux)** Fixes compilation issues caused by `stream_webrtc_flutter` package.
Copy file name to clipboardExpand all lines: packages/stream_video_push_notification/CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,11 @@
1
+
## 0.8.0
2
+
3
+
* Updated minimum Flutter version to 3.27.4
4
+
* Note: If you updated Flutter version and are using `flutterfire_cli` for push notifications you might need to reactivate it by running: `dart pub global activate flutterfire_cli`.
5
+
6
+
🐞 Fixed
7
+
-**(Windows/Linux)** Fixes compilation issues caused by `stream_webrtc_flutter` package.
0 commit comments