I am i-framing a Zoom meeting in a webpage using:
<iframe src= "https://zoom.us/wc/"meetingid"/join?prefer=1&un=dXNlcjE=&uel=dXNlcjFAdGVzdC5jb20=">
Is it possible to automatically assign a new value to un and uel for every new ip address that connects to the webpage or for every new access to the page?
Thank you in advance for the help!