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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@
6
6
7
7
🐞 Fixed
8
8
* Improved SFU error handling in Call flow and disconnect reason handling. The disconnected call state now accurately reflects the original cause of disconnection.
9
+
* Fixed an issue where rejecting a ringing call by one participant would incorrectly end the call for all other ringing participants.
Copy file name to clipboardExpand all lines: packages/stream_video_flutter/CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ By (only) using these callbacks the root widgets will use more efficient partial
19
19
20
20
🐞 Fixed
21
21
* Improved SFU error handling in Call flow and disconnect reason handling. The disconnected call state now accurately reflects the original cause of disconnection.
22
+
* Fixed an issue where rejecting a ringing call by one participant would incorrectly end the call for all other ringing participants.
0 commit comments