Description
During our testing, we notice that if we join a meeting link, that requires a meeting password BUT using the URL without the pwd (hashed password), we can use the hashed password when it’s requested. In our case, we only allow joining the meeting from the internet, not through phone calls.
Is there a reason NOT to use the hashed password (any limitations) compared to the numeric password?
The hashed password is for the join_url (zoom.us/j/123456789?pwd=HASHED_PASSWORD), where as the numeric password is for joining manually by typing in the meeting number and password to the Zoom App or Web App.