ericmerrill / moodle-mod_webexactivity

A Cisco WebEx activity module for Moodle
https://moodle.org/plugins/view.php?plugin=mod_webexactivity
9 stars 13 forks source link

Manage recordings - delete recording from Moodle but not from Webex Cloud #25

Closed al-bras closed 3 years ago

al-bras commented 3 years ago

Dear all,

I clicked the manage recordings button, and now all the recordings of the Webex Cloud are in Moodle. I do not want to have them. How can I delete them without deleting them from Webex Cloud?

Thanks for your help!

Best, Alex

ericmerrill commented 3 years ago

If you turn off manage all, you can remove the extras with something like this in the DB: DELETE FROM mdl_webexactivity_recording WHERE webexid IS NULL;

al-bras commented 3 years ago

Thanks a lot!