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
+11-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
-
## Unreleased
1
+
## 0.3.5
2
+
✅ Added
3
+
2
4
* Added `keepConnectionsAliveWhenInBackground` to `StreamVideoOptions` to allow keeping websocket connections and event subscribtions open when app is in the background (false by default).
5
+
* Added support for Picture in Picture feature to Android - check out our [documentation](https://getstream.io/video/docs/flutter/advanced/picture_in_picture/) for more info
6
+
* Added usage statictics reporting
7
+
8
+
🐞 Fixed
9
+
10
+
* Fixed handling of default audio output device setting from Stream dashboard
11
+
* Fixed handling of default camera/microphone state setting from Stream dashboard
12
+
* Fixed an issue where call could sometimes loose participants state
Copy file name to clipboardexpand all lines: packages/stream_video_flutter/CHANGELOG.md
+14
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,17 @@
1
+
## 0.3.5
2
+
✅ Added
3
+
4
+
* Added `keepConnectionsAliveWhenInBackground` to `StreamVideoOptions` to allow keeping websocket connections and event subscribtions open when app is in the background (false by default).
5
+
* Added support for Picture in Picture feature to Android - check out our [documentation](https://getstream.io/video/docs/flutter/advanced/picture_in_picture/) for more info
6
+
* Added usage statictics reporting
7
+
8
+
🐞 Fixed
9
+
10
+
* Fixed handling of default audio output device setting from Stream dashboard
11
+
* Fixed handling of default camera/microphone state setting from Stream dashboard
12
+
* Fixed an issue where call could sometimes loose participants state
13
+
* Fixed an issue in `LobbyView` where camera/microphone state selected would not be correctly applied into the call
14
+
1
15
## 0.3.4
2
16
3
17
* Fixed the size of the LeaveCall aciton button in `CallAppBar`
0 commit comments