
Activities: Jitsi
This module allows creating jitsi-meet videoconference sessions fully integrated in Moodle. These videoconferences will use your Moodle username by displaying your username and avatar in videoconferences.
Jitsi-meet is an open-source videoconferencing solution that enables you to easily build and implement secure video conferencing solutions.
Whether you use the public server provided by Jitsi (meet.jit.si) or use your own Jitsi video conferencing server, with this plugin you can create video conferencing sessions in your Moodle courses in a simple way: just configure the domain of the Jitsi server and then, in the course, create a new Jitsi activity.
The module also allows the use of tokens to give moderation permissions to the roles you want using the mod/jitsi:moderation capability. (For this option it is necessary to have your own Jitsi server with token configuration).
Schedule your video conferences in time and make them accessible with The minutes as you want. In addition, the session will be shown in the Moodle calendar.
Jitsi allows video conference recording, direct transmission to YouTube, screen sharing, full screen display, statistics display, among other features and all these options are fully compatible with this module.
We have an ansible (ansible-jitsi-meet) to configure your own Jitsi server and for example to be able to use Token moderation.
More information about Jitsi's videoconferences: jitsi.org
Some module configuration options:
- jitsi-domain: Set the address of the jitsi server to be used here. By default you can use the public server meet.jit.si but you can use your own Jitsi server
- jitsi-help: Enter text here that you want to display to all users when they enter a jitsi resource.
- jitsi-id: Choose how you want to identify users in video conferences. Options are username or first and last name.
- jitsi-sessionname: You can configure how to name the videoconference rooms. You can use the course shortname, the jitsi resource ID and the session name. You can choose any combination of these three parameters.
- jitsi-separator: Choose a character with which to separate the jitsi-sesionname parameters.
- jitsi-channellastcam: With this parameter you can define the maximum number of cameras that users can see. If you set it to -1 there will be no limit but if for example you set it to 2, only the 2 cameras of the last two users that have been active in the videoconference will be displayed.
- jitsi-showinfo: Show or not the videoconference information
- jitsi-blurbutton: Show or not the option to blur the image background
- jitsi-shareyoutube: Show or not the option to share a YouTube video in the video conference.
- jitsi-livebuttom: Show or not the option to broadcast the video conference through YouTube.
I was able to fix the problem temporary as follows: on our server added the entry -> add_header 'Access-Control-Allow-Origin' '*'; in nginx.conf
maybe that will help with troubleshooting this Jitsi module ?!
Regards Marco
that's right, it's a problem with the latest version of jitsi. The workaround you mention works. We have opened an issue to jitsi (https://github.com/jitsi/jitsi-meet/issues/8510)
Tengo una segunda duda: ¿las grabaciones se almacenan y muestran en algún lugar de moodle? ¿o solamente en el servidor? Mi intención es que las grabaciones estén disponibles para los alumnos y las alumnas, y así que puedan verlas las veces que necesiten.
Un saludo y muchas gracias de nuevo.
there should be no problem installing it in version 3.8. Can you verify that build has your moodle version.php file?
the screen sharing option has not changed and continues to work in 3.9 and 3.10. Have you checked if the mod/jitsi:sharedesktop capability is allowed for the role?
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);
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.
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.
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.