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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
## Unreleased
1
+
## 0.10.1
2
2
3
3
✅ Added
4
4
* Added support for customization of display name for ringing notifications by providing `display_name` custom data to the call. See the [documentation](https://getstream.io/video/docs/flutter/advanced/incoming-calls/customization/#display-name-customization) for details.
Copy file name to clipboardExpand all lines: packages/stream_video_flutter/CHANGELOG.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,11 @@
1
-
## Unreleased
1
+
## 0.10.1
2
2
3
3
🐞 Fixed
4
4
* (iOS) Fixed Picture-in-Picture (PiP) issue where remote participants joining during active PiP mode would not have their video tracks displayed properly.
5
5
* (iOS) Fixed a visual issue where the Picture-in-Picture view displayed an empty container when participant name and microphone indicator settings were disabled.
6
+
* Fixed an issue where the last reaction was removed too fast when a user sends multiple reactions quickly after each other.
6
7
* Fixed an issue where toggling camera enabled quickly could cause AVCaptureMultiCamSession to crash.
8
+
* Fixed an issue where the default camera selection would occasionally be incorrect even when properly configured.
7
9
* Fixed an issue where changing the audio input device while muted from the start of a call would not apply the new device when unmuting. The selected device will now be correctly set upon unmuting.
0 commit comments