We want to host Zoom meetings on our WordPress website. The catch is that we need the meetings to be private so that nobody can enter them except for the people who are meant to be in the meeting. In other words, we need to be able to lock the meetings with a password automatically that only the guest will get, while the host will only have access to their list of meetings.
Originally we used the eRoom plugin, but where it fell short is that anyone could join the meeting if they had the link since the password was getting automatically passed through the API request when they click the button in the automatically generated posts that contain a button to join the meeting in-browser.
Can anyone point me in the right direction in developing this in a way where meetings are private?
[ad_2]