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
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,14 @@
1
-
## unreleased
1
+
## 0.8.3
2
2
3
3
✅ Added
4
-
* Added `CallParticipantState.audioLevels` with the 10 last audio levels of the participant.
5
-
* Added `CallState.activeSpeakers` to get list of currently active speakers.
4
+
* Introduced `CallParticipantState.audioLevels`, which stores the last 10 audio levels of a participant.
5
+
* Added `CallState.activeSpeakers` to retrieve a list of currently active speakers.
6
+
* Enhanced `observeCoreCallKitEvents()` in `StreamVideo` with a new `CallPreferences? preferences` parameter, allowing for configuration of the accepted call.
7
+
* Implemented localization support for the SDK's UI components. See the [documentation](https://getstream.io/video/docs/flutter/localization/) for details.
8
+
* Added the ability to customize the screen share selector on desktop devices. See the [updated documentation](https://getstream.io/video/docs/flutter/advanced/screen_sharing/) for details.
9
+
10
+
🐞 Fixed
11
+
* Resolved various issues related to screen sharing on desktop devices.
Copy file name to clipboardExpand all lines: packages/stream_video_flutter/CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,15 @@
1
+
## 0.8.3
2
+
3
+
✅ Added
4
+
* Introduced `CallParticipantState.audioLevels`, which stores the last 10 audio levels of a participant.
5
+
* Added `CallState.activeSpeakers` to retrieve a list of currently active speakers.
6
+
* Enhanced `observeCoreCallKitEvents()` in `StreamVideo` with a new `CallPreferences? preferences` parameter, allowing for configuration of the accepted call.
7
+
* Implemented localization support for the SDK's UI components. See the [documentation](https://getstream.io/video/docs/flutter/localization/) for details.
8
+
* Added the ability to customize the screen share selector on desktop devices. See the [updated documentation](https://getstream.io/video/docs/flutter/advanced/screen_sharing/) for details.
9
+
10
+
🐞 Fixed
11
+
* Resolved various issues related to screen sharing on desktop devices.
0 commit comments