Jitsi
Maintained by
Sergio Comerón
This module allows creating jitsi-meet videoconference sessions.
Comments
Product ratings and reviews are coming to Moodle Marketplace. Until then, existing comments remain available to read, but new posts have been disabled.
Have you verified that the token configuration works correctly using the server outside the module? If this is so, putting the secret and the app_id in the module get moderation who has the capability mod/jitsi:moderation
Teacher, student, or none role at all. Everyone gets moderator privileges.
I can't find in the module any configuration telling who gets the moderator role.
Hello Jason, today we had the 404 Error as well. The Problem is the automatically builded roomname. It seems that jitsi only accept names with letters, numbers and spaces. At first you have to put the seperator in the plugin-configuration to "empty", then you have to take care that the short coursename has only letters, numbers and spaces.
Thanks for your message. Now there is no record in the logs to count the time, but it is a very interesting option. However I cannot give you a forecast of when I will have that functionality.
I can't find the reason why I may be giving you that error. You can email me or use github to send me more details if you want.
Thanks for trying to help us.
Sadly v2.3 didn't solve my problem with chrome triste It's just showing a dark grey screen…
Found this error i the console:
DOMException: Failed to read the 'localStorage' property from 'Window': Access is denied for this document.
Please see my reply there.
There is another issue with the latest plugin now -
1.) Watermark appearing at the top right even if I remove the watermark url from plugin settings.
2.) Local Recording button is disabled though it's enabled in the standalone server.
https://github.com/SergioComeron/moodle-mod_jitsi/issues/14#issuecomment-609044121
I fixed This problem, more info at https://github.com/SergioComeron/moodle-mod_jitsi/issues/14
Tomorrow I upload the New versión fixed This problem
I tried to disable the Youtube sharing option in plugin settings, and it's now working with Firefox but not with Chrome.
Moodle v3.7
I use the jitsi server : https://meet.jit.si/
Thanks
if you want moderation you need config your own Jitsi server.
One possibility is to configure the server to use the jwt token and thus put a moderation field in that token. The plugin is prepared for such a configuration. Another configuration would be that you apply authentication and that only users who authenticate have moderation, with this plugin you could also do it.
But as I say you need to configure your own jitsi server.
I recommend you take a look at community.jitsi.org
Thank you!