The owner of a room should be able to create invite links. Clicking these invite links will add the user as an approved member to the room. The invite will be used to generate a token or identifier which is stored in localStorage. This way it will be possible to kick users by checking whether they have a valid identifier and that it is not in the blacklist.
The owner of a room should be able to create invite links. Clicking these invite links will add the user as an approved member to the room. The invite will be used to generate a token or identifier which is stored in localStorage. This way it will be possible to kick users by checking whether they have a valid identifier and that it is not in the blacklist.