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
hi @vihan85, thanks for reporting this issue. This behavior is intentional and standardized across all of our SDKs.
We are evaluating whether to introduce a flag that enables state updates even after the call transitions to LEFT state. I'll keep you posted on this.
Can you please share what's your use case? Maybe we can suggest another solution.
I'm developing a functionality when during a group call, users can join whenever they want by clicking the "join call" button, and the button will disappear if the call ends.
"join call" button just appear while useCallSession().participants.length > 0
Which package/packages do you use?
@stream-io/video-react-sdk
@stream-io/video-react-native-sdk
@stream-io/video-client
Describe the bug
Session participants are not updated after the call ends
To Reproduce
Steps to reproduce the behavior:
Screenshots
If applicable, add screenshots to help explain your problem.
Version
Expected behavior
After end call useCallSession().participants = []
The text was updated successfully, but these errors were encountered: