I'm working with twilio programmable video and I've hit a snag.
My issue with programmable video at the moment is that it requires all users to manually enter a roomID and name. I'd like to send the user a URL with the name and roomID already baked in so they can instantly click and join.
Is this possible?
I know if I hit the /token?identity=Joe&roomName=JoesRoom
endpoint, it returns a token, but i'm unsure of how I can leverage that to dynamically enter a room without the user still having to manually enter information.
Any help would be appreciated.