Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate if it's possible to check if you are already in a room in a duplicate session before entering a room #257

Open
felipeYoungi opened this issue May 11, 2023 · 1 comment
Assignees

Comments

@felipeYoungi
Copy link
Contributor

felipeYoungi commented May 11, 2023

Currently to check if you are in a duplicate session is thorugh entering to a room and then you'll get kicked out.
We need to make a short investigation on if it's possible to previously to enter to a room to check if you have a duplicate session.

@felipeYoungi felipeYoungi moved this to 📋 Backlog in hybrid-meetup-platform May 11, 2023
@felipeYoungi felipeYoungi changed the title Investigate if it's possible to check if you have are already in a room in a duplicate session Investigate if it's possible to check if you are already in a room in a duplicate session before entering a room May 11, 2023
@felipeYoungi felipeYoungi moved this from 📋 Backlog to 🔖 Ready for development in hybrid-meetup-platform May 16, 2023
@juanpqualabs juanpqualabs moved this from 🔖 Ready for development to 🏗 In progress in hybrid-meetup-platform May 17, 2023
@juanpqualabs
Copy link
Contributor

  • From what I was researching mux does not have a way to tell you which participants are in the call without doing the join, so I don't see feasible to do this using mux.
  • Something that could be implemented is to use supabase, save in some table dynamically which users are connected to it.
  • Implementing this could take time, so I think it would be reasonable to make a decision if we want to do it or leave it as it is currently working.

@juanpqualabs juanpqualabs moved this from 🏗 In progress to 👀 In review in hybrid-meetup-platform May 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: 👀 In review
Development

No branches or pull requests

2 participants