enovation / moodle-atto_teamsmeeting

atto plugin
8 stars 10 forks source link

Privacy API #28

Closed rschrenk closed 3 years ago

rschrenk commented 3 years ago

Hello,

I used your plugin as inspiration to create a moodle module. @mudrd8mz made me aware of the fact that the plugin shares the users language with the MS Teams App and this should be revealed using the privacy API (https://github.com/center-for-learning-management/moodle-mod_msteams/issues/11).

I already implemented this in my plugin, so perhaps you can also use this piece of code to improve your use of privacy API.

https://github.com/center-for-learning-management/moodle-mod_msteams/blob/master/classes/privacy/provider.php

Kind regards

mudrd8mz commented 3 years ago

Thank you @rschrenk for sharing!

avegys commented 3 years ago

@rschrenk

Thank you for your input! The privacy API has been updated.