• This page never changes.. and I am very confused. Is there anyway to have a page that people can just go to and see if a meeting is there. One page.. I use the Zoom meeting account for everything else. But I am in WordPress and used the shortcode
    [zoom_api_link meeting_id=”3034988369″ link_only=”no”]

    I keep the same meeting id everytime. I refresh the page constantly and it shows nothing but the meeting status as started – nothing about JOIN or view the meeting.

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi,
    I think this issue has been caused by the recent security updates that Zoom has been doing following the backlash from the current health crisis (and the number of new users).
    I’m sure the plugin author is working to correct this as quickly as he/she can!
    We are using the exact same zoom_api_link shortcodes in our WordPress site which were working perfectly up until two days ago (5/4/2020).
    It would be great if there were a quick workaround in the meantime; at this rate, I will have to just embed the meeting links into my posts manually…

    Plugin Author Deepen Bajracharya

    (@j_3rk)

    Hello,

    Does this issue still exist in 3.3.1 update ?

    Yes it does.
    Using the following shortcode: [zoom_api_link meeting_id=”xxx” link_only=”no”]
    Please see the output here:
    https://ibb.co/RvMmM5J

    Plugin Author Deepen Bajracharya

    (@j_3rk)

    Hi @ibby

    This seems to be a recurring meeting that you are using. I haven’t added full support for this but this should show you the join links based on your latest event.

    Are join links not showing up ?

    @j_3rk, yes this is exactly the issue. The join links are not appearing but the API is successfully pulling everything else.

    This only started happening since 5th April, the same day the new security protocols and Zoom client update occurred.

    Hi @j_3rk
    Any news on this? It seems the links are showing up now, but not linking to the meeting correctly (just seems to be refreshing the page).

    hey, good plugin but this bug is crucial, the issue seems to be interesting the result coming from the zoom API (I am not sure if it happens on Pro accounts or more complex zoom account configuration (multi-hosts, businesses etc.)

    but it seems that modification on the database directly fixes it so maybe it may help to figure it out;

    example postmeta

    _meeting_zoom_meeting_id – get wrong id (from all other links), and therefor returns different shortcode id

    _meeting_zoom_details – seems to get the zoom API object where you can see here

    that the value that is taken to the short code id / meeting id is the: 884236455 but the URL has this id 4356195666

    O:8:”stdClass”:18:{s:4:”uuid”;s:24:”XXXXXXXXXXXXXXX”;s:2:”id”;i:884236455;s:7:”host_id”;s:22:”XXXXXXXXXXXXXXX”;s:5:”topic”;s:12:”Zoom Meeting”;s:4:”type”;i:2;s:6:”status”;s:7:”waiting”;s:10:”start_time”;s:20:”2020-04-11T14:59:00Z”;s:8:”duration”;i:40;s:8:”timezone”;s:14:”Asia/Jerusalem”;s:10:”created_at”;s:20:”2020-04-11T17:59:56Z”;s:9:”start_url”;s:550:”https://us02web.zoom.us/s/4356195666?

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

The topic ‘Zoom Meeting Not Working’ is closed to new replies.