UCLA-Creative-Labs / spot-the-song

MIT License
2 stars 0 forks source link

🚀 Feature: add ability to join a lobby/invite a user to a lobby on the frontend #8

Open darren2hang opened 1 year ago

darren2hang commented 1 year ago

Use Case

Currently on the lobby page, when you try to invite a user to your lobby, a link with cl.me is presented. This link doesn't work. We want to add a link that will let other users join the lobby

Proposed Solution

We can make an unique invite link for a lobby by referencing the url and adding query params. We can take the SHA-256 of the lobby id to be joined. Any user that opens that link will then be redirected and added to the lobby.


This is a :rocket: Feature Request