twilio/twilio-video-app-react

How to create a link to share other people to connect to my videocall

hovalle opened this issue · 1 comments

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.

@hovalle ,

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.