mattan-d / moodle-local_stream

Stream Integration is a powerful Moodle plugin designed to synchronize and embed meetings from Zoom, Webex, and Teams directly into your Moodle courses. Enhance your online learning environment by seamlessly connecting with Stream, a comprehensive video platform optimized for academic use.
0 stars 0 forks source link

missing privacy api #2

Closed danmarsden closed 6 months ago

danmarsden commented 6 months ago

Moodle uses a privacy API for GDPR compliance to allow plugins to specify how they deal with user data.

Sites that use continuous integration processes will not be able to use your plugin because Moodle runs unit tests which check to see if all extra plugins include the privacy class.

More information on the privacy class is here: https://moodledev.io/docs/apis/subsystems/privacy#

Note this is a blocker for plugins db approval as your plugin integrates with an external system.