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
+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.8
2
+
3
+
🐞 Fixed
4
+
* Fixed application of initial call configuration (via `CallConnectOptions`) and default settings from Stream Dashboard
5
+
* Default camera facing is now applied from Dashboard settings (was ignored previously)
6
+
7
+
✅ Added
8
+
*`audioOutputDevice`, `audioInputDevice` and `cameraFacingMode` added to `CallConnectOptions`
9
+
* Optional `connectOptions` parameter added to `call.join()` method as a preferred way of setting initial call configuration - check out our [documentation](https://getstream.io/video/docs/flutter/initial-call-configuration/) for more info
10
+
1
11
## 0.3.7
2
12
* Updated minimum supported SDK version to Flutter 3.16
Copy file name to clipboardExpand all lines: packages/stream_video_flutter/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.8
2
+
3
+
🐞 Fixed
4
+
* Fixed application of initial call configuration (via `CallConnectOptions`) and default settings from Stream Dashboard
5
+
* Default camera facing is now applied from Dashboard settings (was ignored previously)
6
+
7
+
✅ Added
8
+
*`audioOutputDevice`, `audioInputDevice` and `cameraFacingMode` added to `CallConnectOptions`
9
+
* Optional `connectOptions` parameter added to `call.join()` method as a preferred way of setting initial call configuration - check out our [documentation](https://getstream.io/video/docs/flutter/initial-call-configuration/) for more info
10
+
1
11
## 0.3.7
2
12
* Updated minimum supported SDK version to Flutter 3.16
0 commit comments