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.
I can't enable the microphone when starting a conference (in the course window itself). Can you help me?
Error: Unable to read properties of undefined (reading "GetUserMedia")
En el domino tienes que poner el de 8x8, que creo recordar que era 8x8.vc . Luego en el parámetro "jitsi | tokentype" de la configuración de jitsi tienes que elegir Servidores 8x8 y rellenar los parámetros que te aparecen (la clave privada, el ID de la app y la api key id). Estos datos los obtienes del panel de administrador de 8x8 (https://jaas.8x8.com). Con eso tendría que funcionarte.
Si ves que no funciona me dices y vemos que puede estar pasando.
Un saludo!
me gustaría integrar tu plugin en mis cursos.
Tengo varias cuentas con 8x8 Meet.
Ya que 8x8 utiliza jitsi ¿Sería posible integrarlo?, ¿podrías ayudarme?
Gracias por tu aporte.
Un saludo,
Fermín
From what the error indicates, it seems to be a compatibility issue with the 'activity completion' option in versions lower than 3.11. I have been trying what you indicate about the recording option with dropbox and I have not been able to reproduce the problem. Can you see if you have the 'Completion tracking' option in 'show activity as complete when conditions are met' ?
The error that it throws me is the following:
Object { message: "Excepción - Call to undefined function update_completition()", errorcode: "generalexceptionmessage", backtrace: "* line 143 of /mod/jitsi/classes/external.php: Error thrown\n* line 244 of /lib/externallib.php: call to mod_jitsi_external::participating_session()\n* line 59 of /lib/ajax/service.php: call to external_api::call_external_function()\n", … }
"Excepción - Call to undefined function update_completition()"
"generalexceptionmessage"
* line 143 of /mod/jitsi/classes/external.php: Error thrown\n* line 244 of /lib/externallib.php: call to mod_jitsi_external::participating_session()\n* line 59 of /lib/ajax/service.php: call to external_api::call_external_function()\n"
\nError code: generalexceptionmessage"
Thank for your reply and guide. I have done with new version mod_jitsi_moodle40_2022042200 on my moodle 3.6.2. Thank you so much!
I think I have introduced functions that are only valid in moodle 3.11 and above. I'm preparing a new version that fixes it. If you want to be informed you can follow it on the github issue (https://github.com/udima-university/moodle-mod_jitsi/issues/93). Thanks for the info!
My site is Moodle 3.6.2 run Jitsi v3.1.2 is OK. I was uninstalled Jitsi v3.1.2 and then I download new version Jitsi v3.2.4 (2022041800) and Install Plugin, but after upgraded have error "Exception - Class 'core_completion\cm_completion_details' not found". Please show me how to correct it. Thank you so much!
Aggggg same problem on another site. Sorry!
I apply the patch and upload it again
No problem - thanks a lot for this great plugin!
The problem with the prefix seems to still exist with the update ?!!
Here is the error message:
Debug-Info: Table 'moodle.mdl_logstore_standard_log' doesn't exist
select distinct userid from mdl_logstore_standard_log where contextid = 76146 and action = 'participating'
-- line 237 of /mod/jitsi/view.php: call to mysqli_native_moodle_database->get_records_sql()
[array (
)]
Error code: dmlreadexception
yes, I just saw that in the sql I put the prefix in that function. I will release update shortly with compatibility for moodle 4 and include the solution to this.
About the size increase is by google php api. In the previous version I removed the code by hand from the api and in this version composer has removed it and left more code. I'll see if I can lighten it up.
Lot of thanks for the warning about de error.
I had the DEV version of the current Jitsi_Module already installed on a test system and now installed the current released version on our production system.
On the productive system I get an error when using the module. For reasons unknown to me, no table prefix was used there in this database.
But you have a fixed prefix in the lib.php e.g. for the function "getminutes" in line 859. Maybe you can change this by use the variable $CFG->prefix from the Moodle config.php?
And then I noticed that the current module package is much bigger than the previous version.
Is this an oversight or does it have a specific reason?
Best regards
Marco
Have a look at sergio's response to my post - you need the option "participants pane" in the button bar.
Then you just have to configure your Jitsi-server to use Breakout-Rooms: https://community.jitsi.org/t/new-feature-breakout-rooms-how-to-enable/108918