• Resolved stuartpearson

    (@stuartpearson)


    Just trying out the plugin and it works as designed, however I can’t see how I can use it if anyone can list and join meeting without being signed in just by going to /zoom-meetings.
    I can use a redirect 301 in .htaccess but this does not stop the full meeting URL being used although it did end up exceeding the redirect count when tried. The site does have a membership plugin but there doesn’t seem to be anyway to add the /zoom-recordings page as it doesn’t exist for editing.
    I did also try redirecting the slug through functions.php but it never triggers.

    Am I missing something obvious or is this a limitation?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter stuartpearson

    (@stuartpearson)

    Update:

    I managed to get the redirect working using a wildcard in .htaccess as follows:

    RedirectMatch 301 /zoom-meetings. ‘Redirected_Page’

    This stops anyone accessing the meeting info.
    Would still be interested to know if it can prevented within the plugin.

    Stuart

    Plugin Contributor digamberpradhan

    (@digamberpradhan)

    You can redirect non-logged in users via PHP. Simply check if a user is not logged in and redirect to the home page ? Would that not work ?
    As for listing etc. Registrations are available in the PRO version of the plugin if you want to generate unique join links for your user https://zoom.codemanas.com/vczapi-pro/#registration

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Non logged users can access meeting using /zoom-meetings’ is closed to new replies.