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
If the attendee(stream) is not broadcasting state and terminated ungracefully due to crash, the attendee seems to be in the room. Unfortunately, its stream is stuck in broadcasting
Steps
Have 2 nodes in cluster mode
Install Circle
Join the room(test) as User1 and make sure it's connected to node1
Terminate the node1 unexpectedly with kill -9 and don't let it start
Close the tab for User1
Join the room(test) again as User2 and make sure it's connected to node2
Expected
Only User2 should be in the room
Actual
User2 and User1 seem to be on the participant list
The problem is that User1 stream is stuck as "Broadcasting" and it's listed as subtrack. Possible solution to check if the stream isStreaming as we do in the backends.
The text was updated successfully, but these errors were encountered:
If the attendee(stream) is not broadcasting state and terminated ungracefully due to crash, the attendee seems to be in the room. Unfortunately, its stream is stuck in broadcasting
Steps
kill -9
and don't let it startExpected
Only User2 should be in the room
Actual
User2 and User1 seem to be on the participant list
The problem is that User1 stream is stuck as "Broadcasting" and it's listed as subtrack. Possible solution to check if the stream isStreaming as we do in the backends.
The text was updated successfully, but these errors were encountered: