twilio / twilio-video-app-react

A collaboration application built with the twilio-video.js SDK and React.js
Apache License 2.0
1.81k stars 726 forks source link

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

Closed hovalle closed 1 year ago

hovalle commented 1 year ago

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.

manjeshbhargav commented 1 year ago

@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.