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_flutter/CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,14 @@
1
+
## 0.5.2
2
+
3
+
🐞 Fixed
4
+
* Fixed CallKit integration on iOS when app is in a terminated state. It now correctly openes the app when the call is accepted.
5
+
* Fixed `onLeaveCallTap` callback in `StreamCallContent`. It's now correctly handled.
6
+
* (Android) Prevented the app from crashing when microphone permission is not granted and actove call foreground services is started. The service will now not start if no permission is granted.
7
+
* (Android) Marked the active call notification channel's lockscreen visibility as public to ensure it shows when the Android device is locked.
8
+
9
+
🔄 Changed
10
+
*`SortParam` changed to `SortParamRequest` in `queryMembers()` method inside `Call` and `StreamVideo` class
0 commit comments