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
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,20 @@
1
+
## 0.3.2
2
+
3
+
🐞 Fixed
4
+
5
+
* Various fixes to call ringing and push notifications.
6
+
- Fixes call ringing cancellation when app is terminated on iOS (requires additional setup - check Step 6 of the [APNS integration](https://getstream.io/video/docs/flutter/advanced/adding_ringing_and_callkit/#integrating-apns-for-ios)) in our documentation.
7
+
- Fixes late push notification handling on Android, where already ended call was ringing if the device was offline and the push was delivered with a delay.
8
+
- Fixes call ringing cancellation when caller timed out while calling
9
+
* Fixed action tap callback on Android call notification.
10
+
* Fixes possible crashes for Android SDKs versions <26.
11
+
* Fixed screen sharing on iOS when screen sharing mode was switched between `in-app` and `broadcast`.
12
+
* Changed the version range of `intl` package to >=0.18.1 <=0.19.0 because it was causing isses with other packages.
13
+
14
+
✅ Added
15
+
16
+
* Added `custom` field to `CallParticipantState` with custom user data.
Copy file name to clipboardExpand all lines: packages/stream_video_flutter/CHANGELOG.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
-
## Upcoming
1
+
## 0.3.2
2
2
3
3
🐞 Fixed
4
4
5
-
* Various fixes to call ringing and push notifications
6
-
- fixes call ringing cancelation when app is terminated on iOS (requires additional setup - check Step 6 of the [APNS integration](https://getstream.io/video/docs/flutter/advanced/adding_ringing_and_callkit/#integrating-apns-for-ios)) in our documentations
7
-
- fixes late push notification handling on Android, where already ended call was ringing if the device was offline and the push was delivered with a delay
8
-
- fixes call ringing cancelation when caller timed out while calling
9
-
* Fixed background image for incoming/outgoing call screens when `participant.image` is invalid
10
-
* Fixed action tap callback on Android call notification
11
-
* Fixes possible crashes for Android SDKs versions <26
12
-
* Fixed screen sharing on iOS when screen sharing mode was switched between `in-app` and `broadcast`
13
-
* Changed the version range of `intl` package to >=0.18.1 <=0.19.0 because it was causing isses with other packages
5
+
* Various fixes to call ringing and push notifications.
6
+
- Fixes call ringing cancellation when app is terminated on iOS (requires additional setup - check Step 6 of the [APNS integration](https://getstream.io/video/docs/flutter/advanced/adding_ringing_and_callkit/#integrating-apns-for-ios)) in our documentation.
7
+
- Fixes late push notification handling on Android, where already ended call was ringing if the device was offline and the push was delivered with a delay.
8
+
- Fixes call ringing cancellation when caller timed out while calling
9
+
* Fixed action tap callback on Android call notification.
10
+
* Fixed background image for incoming/outgoing call screens when `participant.image` is invalid.
11
+
* Fixes possible crashes for Android SDKs versions <26.
12
+
* Fixed screen sharing on iOS when screen sharing mode was switched between `in-app` and `broadcast`.
13
+
* Changed the version range of `intl` package to >=0.18.1 <=0.19.0 because it was causing isses with other packages.
Copy file name to clipboardExpand all lines: packages/stream_video_push_notification/CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,13 @@
1
+
## 0.3.2
2
+
3
+
🐞 Fixed
4
+
5
+
* Various fixes to call ringing and push notifications.
6
+
- Fixes call ringing cancellation when app is terminated on iOS (requires additional setup - check Step 6 of the [APNS integration](https://getstream.io/video/docs/flutter/advanced/adding_ringing_and_callkit/#integrating-apns-for-ios)) in our documentation.
7
+
- Fixes late push notification handling on Android, where already ended call was ringing if the device was offline and the push was delivered with a delay.
8
+
- Fixes call ringing cancellation when caller timed out while calling
9
+
* Fixed action tap callback on Android call notification.
0 commit comments