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

Anonymous rooms #46

Closed
blenderskool opened this issue Nov 9, 2019 · 2 comments
Closed

Anonymous rooms #46

blenderskool opened this issue Nov 9, 2019 · 2 comments
Assignees
Labels
feature New feature or request

Comments

@blenderskool
Copy link
Owner

blenderskool commented Nov 9, 2019

Anonymous rooms would be rooms with random names (sequence of random characters). The current method of creating rooms may involve clashes. There may be someone else already present in a room which some other user wants to use.

To solve this, anonymous rooms would act as self-destruct rooms, where a user creates an anonymous room, shares the direct join link of the form /app/t/<random-room-name> with other users. The rest of the process of sharing files would remain the same.
These anonymous rooms won't show up in the recent rooms list of the user.

@blenderskool blenderskool added the feature New feature or request label Nov 9, 2019
@blenderskool blenderskool changed the title Anonymous rooms using QR codes Anonymous rooms Jun 28, 2020
@blenderskool
Copy link
Owner Author

Updates:

  • Instead of having rooms names of random characters, we can go with using something like https://github.com/aceakash/project-name-generator to generate understandable yet unique(mostly) room names.
  • The QR code part can be moved to sometime later
  • The logic for this would be implemented on the server where the server would return a name of the room which is empty

@blenderskool
Copy link
Owner Author

This feature is added as Instant Rooms 🎉

@blenderskool blenderskool self-assigned this Oct 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant