Jitsi icon

Jitsi

Maintained by Sergio Comerón
This module allows creating jitsi-meet videoconference sessions.
Price option: Free

Supports Moodle 4.4-5.2 See all versions
Latest release: 1 month ago
Installations: 3240
Downloads (last 90 days): 1627

Frankenstyle name: mod_jitsi
Activities

Comments

Product ratings and reviews are coming to Moodle Marketplace. Until then, existing comments remain available to read, but new posts have been disabled.

Hi Arya, background option does not support all browsers. In Chrome last version works, but tell me that browsers has tried and I try.
Hi Sergio. I enabled background option then purged server cache, cleared my browser cookies and cache, but the background button doesn't appear on the meeting. I tried from different browser and account but the problem persists. Please I need your assistance. Thank you
Hola.
Una de la herramientas que le faltaba a moodle para estos tiempos.
Muy buena.
Hola Brian, ¿qué nombre tiene la sesión a la que quieres acceder? o te ocurre con todas?
El error parece estar en esta linea $session = required_param('ses', PARAM_TEXT); del archivo session.php ya que le he asignado un valor manualmente ($session ="rescate") y a creado bien la sala
he configurado todo cuando accedo a la sala privada desde mi perfil funciona bien, pero cuando lo intento desde un curso me da un error 404 on un lin para crear la sala, eb un host propio ¿que tengo mal configurado?
Hi Vasilis,
previously when a token was used, users couldn't change their name, but in one of the latest jitsi updates this does not work. I'm investigating what has been the reason to fix it.
Thanks!
Hi Sergio, and thank you for all the effort you are putting in this project. I would like to ask if it is possible somehow to prevent students from changing their display names once they're in session, i.e. be forced to keep the jitsi_id that I have set in the settings plage. Thanks (and apologies if it has been answered elsewhere)
NOTICE.
Those who has added in Apache or Nginx the header Access-Control-Allow-Origin' '*' as a workaround for https://github.com/jitsi/jitsi-meet/issues/8510 should review their config in order to limit this header just for the the /moodle/pluginfile.php used by our plugin to get the profile avatar image.
We have detected that some webservices in moodle adds this header by their own and this can cause conflicts whith Moodle App in iOS devices because iOS fails when this header is twice Moodle App could fail. Android devices are not affected.
In Apache you can limit this header just for the pluginfile.php in this way.
Header add Access-Control-Allow-Origin 'https://meet.jit.si/'
The good news is that beta jitsi public site (https://beta.meet.jit.si/) has solved the problem and we expect that in few weeks that was solved in their production servers and in the new version for Debian for our custom Jitsi servers.
Best regards.
Hi Victor,
now i am working on integrating youtube recording and streaming directly into moodle. It is quite advanced and will be in the next version I think.
Hello Sergio, is there anyway to show the recordings directly at moodle?
Hi Karol,
For moderation you need your own Jitsi server and config it for tokens. If you use a public server (e.g. meet.jit.si) you can't use moderation.
Hi, I have a problem with the Jitsi module. I enter the sessions as a teacher, yet I am not a moderator and children can remove me and turn off the microphone. How do I become a moderator? How it's working? Moodle 3.10.
Hi Arman,
you're right. I modified this parameter to fix an xss scripting problem. I think we have to rethink how to do private sessions. I think the best option is to remove this option and rethink it again.
Hi Sergio,
Great plugin! However, it It looks like the recent change from PARAM_TEXT to PARAM_USERNAME in sessionpriv.php broke the multilingual support - now if the name is in Cyrillic for example, it gets totally removed);