Hello everyone,
I’m facing an issue with the Microsoft Teams Meeting integration in Moodle, specifically related to Instructor permissions.
Environment
-
Moodle version: [4.5.8+]
-
Microsoft Teams plugin installed and working
-
Tiny editor enabled
-
Azure / Graph API confirmed working (meeting creation succeeds)
Issue description
-
Admin users enrolled in a course as Instructor can add MS Teams Meetings without any problem.
-
Normal users enrolled with the same Instructor role cannot add a Teams meeting.
-
Moodle shows this error:
Sorry, but you do not currently have permissions to do that (Add Teams Meeting)
With debugging enabled, I see:
Error code: nopermissions
core\exception\required_capability_exception
line 875 of /lib/accesslib.php
line 43 of /lib/editor/tiny/plugins/teamsmeeting/result.phpPermissions already checked (all are ALLOWED)
For the Instructor role:
-
mod/msteams:addinstance→ Allow -
mod/msteams:view→ Allow -
tiny/teamsmeeting:add→ Allow
how to fix this issue ? -
-