Hi I have a question, what's the right Approach to generate a sharable link to other people and how to avoid the passcode to be generated every 7 days? I need that link to redirect the invited user to the form in which they add the name and the room name.
You can just remove the passcode verification system from your application. But, for a production application, I do recommend some sort of oauth authentication mechanism.
Hi I have a question, what's the right Approach to generate a sharable link to other people and how to avoid the passcode to be generated every 7 days? I need that link to redirect the invited user to the form in which they add the name and the room name.