Description :
The 'how it works' section says invite the team by sharing 'room id'.
this feature can be elevated by inviting the members using their "Username" while room creation time.
How to achieve
This might be achieved, maybe in a similar way example : we add contributors to our repository on GitHub by searching for their username.
Storing the Username in the database helps us on this feature but then this would require the authentication system.
On the user side which receives the invitation we have notifications tab which shows all the invitations and the user decides to join or not.
Adding this feature might also require naming the room whatever the user wants so the receiver seens the room name and which user actually send the invitation link .
Description :
The 'how it works' section says invite the team by sharing 'room id'.
this feature can be elevated by inviting the members using their "Username" while room creation time.
How to achieve
This might be achieved, maybe in a similar way example : we add contributors to our repository on GitHub by searching for their username.
Storing the Username in the database helps us on this feature but then this would require the authentication system.
On the user side which receives the invitation we have notifications tab which shows all the invitations and the user decides to join or not.
Adding this feature might also require naming the room whatever the user wants so the receiver seens the room name and which user actually send the invitation link .