Which package/packages do you use?
- @stream-io/video-react-sdk": 1.33.4
Describe the bug
A user is in a group call with two members (User A and User B). When User A leaves, and User B reloads the page or loses network connection, the backend does not receive the endCall event.
Expected behavior: when the last user in the group call reloads or disconnects, the call should automatically end and trigger an endCall event.
On the backend, we rely on the endCall event to send a call message to the channel. Missing this event (on page reload or network loss) is affecting the call history logging feature.
Which package/packages do you use?
Describe the bug
A user is in a group call with two members (User A and User B). When User A leaves, and User B reloads the page or loses network connection, the backend does not receive the endCall event.
Expected behavior: when the last user in the group call reloads or disconnects, the call should automatically end and trigger an endCall event.
On the backend, we rely on the endCall event to send a call message to the channel. Missing this event (on page reload or network loss) is affecting the call history logging feature.