Omeclone
Omeclone copied to clipboard
Connect a user to a random one from the total users rather than connecting sequentially.
Currently, we are connecting one user to next user in queue which should not be the case. Things to be done in this issue:
- Connect the new user to the random ones.
- Remove the ones who are paired up from the list of online users.
Please ask below if you have any doubts regarding this issue.
In 2nd point, if we remove paired users from list, then how can we get actual no of online users to display on home page? @sumedh123
@AdityaHirapara then we can have a kind of flag indicating the room has filled and if the third user comes in, he should not be added to that room.