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
Describe the bug
Desgin flaw first I capped the room limit to 2 people but then later I increased it to 5, but I did not change this component, also I want to show random user icon images rather than just guest user icon, because then you cannot distinguish between users.
To fix :
Correct the socket-io code so it sends data of all the users in the room rather than the person who was last to join
files:
This is a complicated issue because of bad architectural design, but it shouldn't be that hard to fix. I'll assign you this issue, hmu on discord is you face any issue.
Describe the bug
Desgin flaw first I capped the room limit to 2 people but then later I increased it to 5, but I did not change this component, also I want to show random user icon images rather than just guest user icon, because then you cannot distinguish between users.
To fix :
Correct the socket-io code so it sends data of all the users in the room rather than the person who was last to join
files:
And manage the front end part too:
The text was updated successfully, but these errors were encountered: