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
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
## Upcomming
1
+
## 0.3.3
2
2
3
3
🚧 UI changes to SDK components
4
4
@@ -9,12 +9,18 @@
9
9
- Participants button removed from `CallAppBar` together with `onParticipantsInfoTap` and `participantsInfoBuilder` properties
10
10
- Layout Mode button removed from `CallAppBar` together with `onLayoutModeChanged` property. You can use new `ToggleLayoutOption` instead in custom layout anywhere
11
11
*`ToggleLayoutOption` added
12
-
* Components related to participants menu item from `CallAppBar` are removeed: `CallParticipantsInfoItem`, `StreamCallParticipantsInfoMenu` and `CallParticipantsInfoOptions`
12
+
* Components related to participants menu item from `CallAppBar` are removed: `CallParticipantsInfoItem`, `StreamCallParticipantsInfoMenu` and `CallParticipantsInfoOptions`
13
13
*`StreamCallParticipantsInfoMenuTheme` is removed
14
14
15
-
Removed
15
+
Other changes:
16
+
* Added `StreamCallType` class that replaces depricated String `type` parameter
17
+
* Exapanded `CallStats` class with more structured WebRTC statistics as `stats` field
18
+
* Changed `raw` statistics in `CallStats` to be of a Map<Stirng, dynamic> type
19
+
* Added `publisherStats`, `subsciberStats` and `latencyHistory` to the `CallState` that hold some of the processed statistcs
16
20
17
-
-
21
+
Bug fixes
22
+
* Fixes incoming call behavior when both CallKit and Stream incoming screen component is used
23
+
* Fixes the issue on Android that caused missed call notification when ringing with reused call id
0 commit comments