• Resolved fdittmar

    (@fdittmar)


    Just to confirm that I tested. Even 3.6 only returns 1 single recording in the shortcode output.

    >>
    3.5.2 JULY 27TH, 2020
    Added: [zoom_recordings_by_meeting meeting_id=”MEETING_ID” downloadable=”yes”] which shows recordings based on meeting ID

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Deepen

    (@j_3rk)

    @fdittmar

    On my end it shows multiple recording videos with the same shortcode. Please note that this only shows video formats based on mp4 currently and does not display audio files.

    You can override that from file:

    plugins/video-conferencing-with-zoom-api/templates/shortcode/zoom-recordings.php

    Line 37

    Thread Starter fdittmar

    (@fdittmar)

    That’s not what I get. For clarification, this is what I’m doing on 10 different pages with 10 different zoom recurring meetings:

    [zoom_api_link meeting_id=”12345″ link_only=”no”]
    And here’s the recording from your last class:
    [zoom_recordings_by_meeting meeting_id=”12345″ downloadable=”no”]

    The result is the normal table with the upcoming meeting info, then my text and then the recording block with just 1 mp4 video link.

    I can confirm that all 10 meetings being tested are now on week 2 to 5 in their cycle and therefore have recording files online (usually a video, an audio and a txt (from chat)). Means there are between 2 and 4 mp4 files per meeting id available at zoom’s cloud recording store.

    Can I help you troubleshoot in any way? I know I can’t display my 8 weeks school course recordings but even the last 4 weeks would help me. Thanks

    Thread Starter fdittmar

    (@fdittmar)

    I can add something new to this (new school term started this week so am getting new data):

    [zoom_recordings_by_meeting meeting_id=”12345″ downloadable=”no”]
    Works for more than one video but only if they are from the same day.
    Does not work across multiple days or weeks.

    https://prnt.sc/ur2yn9

    Plugin Contributor digamberpradhan

    (@digamberpradhan)

    Hi @fdittmar,
    we’re looking into this – this may be an error on Zoom API as well.
    But since the data needs to be collected with a bit longer testing period
    we will check it out and see where the error lies.

    Plugin Contributor digamberpradhan

    (@digamberpradhan)

    Hi @fdittmar,
    We’ve identified the issue and have reported it to Zoom – it seems to be error from their side.
    Please follow this
    https://devforum.zoom.us/t/recording-of-multiple-days-not-being-sent/34731?u=codemanas17
    We will update accordingly.

    Thread Starter fdittmar

    (@fdittmar)

    Thanks for the follow-up. Been living with the error since I reported it 4 months ago and did not expect a fix so it’s good news that you checked into it a bit deeper.

    If Zoom fix it, we’ll be happy.

    Would be good if you could lobby them for a variable retrieval period. Their current 4 week max (via API) is not a lot and I would personally like to see it increased (esp. for paid accounts that effectively pay for extended/increased recording storage)

    thanks and I guess this closes this ticket.

    Plugin Contributor digamberpradhan

    (@digamberpradhan)

    Hi @fdittmar ,
    The update 3.3.9 should resolve this issue and now get all available recordings for a meetings – please have a look and let us know.

    Thread Starter fdittmar

    (@fdittmar)

    Confirming that 3.6.9 fixes the missing recordings. It now lists all recordings for the meeting specified.
    Sidenote: It shows recordings beyond 4 weeks too (the original zoom api limit) so either zoom expanded it or the fact that you now call/iterate the UUIDs makes it work nicely for recurring meetings.

    Nice work – thanks for going back to the reported bugs and fixing them (even on the less popular features).

    5 Stars.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Recordings List by Meeting’ is closed to new replies.