ncstate-delta / moodle-mod_zoom

Moodle plugin for Zoom meeting
https://moodle.org/plugins/mod_zoom
62 stars 107 forks source link

Issues with Zoom Recordings and Activity Restrictions in Moodle #614

Open syedaawais opened 2 months ago

syedaawais commented 2 months ago

Hi there,

I’ve successfully integrated Zoom with Moodle, and most features are functioning smoothly. However, I’m experiencing a couple of issues with the Zoom Meeting Activity in Moodle:

I would appreciate any assistance with resolving these issues.

Best regards, Awais

smbader commented 2 months ago

Hello Awais,

Both issues you have listed are items that process during a cron or scheduled task. Do you happen to have the output for those tasks available? This could be very useful in determining what the issues may be.

Thank you! Steve

syedaawais commented 2 months ago

Hi Steve,

Great to hear from you! I hope you’re doing well.

I’ve configured the scheduled tasks to run every minute and confirmed that the CRON is executing sequentially, with the tasks showing as Success. I’ve also attached screenshots of the tasks that I believe are relevant to both of my processes for your review.

Task Time Get Meeting Recordings Get Meeting Report Update Tracking Fields

Best regards, Awais

jrchamp commented 2 months ago

Hi @syedaawais,

Thank you for the quick response. This information and the screenshots are very helpful.

If you go to the gear/⚙️ icon, it should allow you to get the text output from the task. Our hope is that we'll be able to get some additional information about why it might not be working. It's possible that we are not correctly setting the task result to "Fail" when an error occurs.

Also, running these tasks every minute may be too much, too fast. The Zoom API has limits on how many times you can query it each day.

syedaawais commented 2 months ago

Hello @jrchamp,

Thank you for informing me about the running time schedules. I’ve attached the screenshots below, which contain the relevant task information:

Get Meeting Recordings1 Update Tracking Fields1 Get Meeting Report1

Thank you so much for your assistance.

Regards, Awais

jrchamp commented 1 month ago

Please make sure that the cloud_recording:read:list_user_recordings:admin scope has been granted to the Zoom Marketplace app.