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 Wilmer,
Have you tried installing the plugin before this error?
Hola Nacho Ruiz,
Tu Moodle funciona con http o https? Para que puedas usar el micro y la cámara necesitas tenerlo con el certificado en https
please add an option for add an html iframe aside of the jitsi videocall, will be great to use a shared whitboard from wbo.ophir.dev. i do this via html page view. but wil be better implemented in the plugin with id conference passed to variable wbo.ophir.dev/$variable
Hello Sergio and community.
When installing the plugin at the time of updating the database, the following error occurs.
Error de ejecución DDL sql
Más información sobre este error
Información de depuración: ERROR: la relaci�n �mdl_jitsi� ya existe
BEGIN ISOLATION LEVEL SERIALIZABLE;
CREATE TABLE mdl_jitsi (
id BIGSERIAL,
course BIGINT NOT NULL,
name VARCHAR(255) NOT NULL DEFAULT '',
intro TEXT NOT NULL,
introformat SMALLINT NOT NULL DEFAULT 0,
timecreated BIGINT NOT NULL,
timemodified BIGINT NOT NULL DEFAULT 0,
timeopen BIGINT NOT NULL DEFAULT 0,
minpretime SMALLINT NOT NULL DEFAULT 0,
CONSTRAINT mdl_jits_id2_pk PRIMARY KEY (id)
)
;
COMMENT ON TABLE mdl_jitsi IS 'Default comment for jitsi, please edit me'
;
CREATE INDEX mdl_jits_cou2_ix ON mdl_jitsi (course)
; COMMIT
Error code: ddlexecuteerror
Trazado de la pila (stack):
line 492 of /lib/dml/moodle_database.php: ddl_change_structure_exception thrown
line 259 of /lib/dml/pgsql_native_moodle_database.php: call to moodle_database->query_end()
line 688 of /lib/dml/pgsql_native_moodle_database.php: call to pgsql_native_moodle_database->query_end()
line 77 of /lib/ddl/database_manager.php: call to pgsql_native_moodle_database->change_database_structure()
line 425 of /lib/ddl/database_manager.php: call to database_manager->execute_sql_arr()
line 370 of /lib/ddl/database_manager.php: call to database_manager->install_from_xmldb_structure()
line 790 of /lib/upgradelib.php: call to database_manager->install_from_xmldb_file()
line 532 of /lib/upgradelib.php: call to upgrade_plugins_modules()
line 1877 of /lib/upgradelib.php: call to upgrade_plugins()
line 694 of /admin/index.php: call to upgrade_noncore()
Hola! Moodle 3.8.2+ me da problemas de permisos con el micro y con el vídeo. Que puede pasar? Uso Chrome o Firefox. I have problems with mic and video access rights.
Hi Sergio, yes the problem was ssl. solved, thanks!
Another question:
do you know if I can generate a report/log for each videocall, with the list of participants and their ip address with the start time and the time they closed the call?
Hi Sergio,
Integrated the plugin in the Moodle, users connect normally, BUT the presenter cannot publish the desktop - the message "Extension for displaying the screen is not installed"
I use public Meet.jit.si
at the same time, if I use Jitsi Meet not in Moodle, then the desktop is published normally
Hi Andrea Cucci,
Does your moodle have an ssl certificate and do you access it through https?
Hi DAniel Hoffman,
if you want moderation you need config your own server with token configuration. If you use the public server (meet.jit.si) you can not have moderation
Hi Sergio,
both cam and microphone are not accessible in jitsi while using your plugin. I receive the message "cannot read property 'GetUserMedia' of undefined'.
Outside moodle jitsi works with no problems.
Can you help me?
thanks
Disculpa Sergio, efectivamente con la opción showinfo permite ver los números de teléfono. No me había dado cuenta de esa opción. Muchas gracias. Saludos
Dear Frédéric,
Thanks for the hint. I changed the short name of the course and it works now... "Test" must have been way too general :D
Hello Michael,
The name of the room is something like a mix of the short name of the course (eg "course short") an "order number", and the name of the activity (eg "activity name") . Therefore, if anybody type this name (eg "https://meet.jit.si/courseshort3activityname") he can join the session. Can this be a clue for your problem ?
Hello dear community,
I have been using this plugin successfully on my Moodle (3.8) and really like it. There has, however, been an issue since the last few plugin updates. It seems that whenever I create a new Jitsi meeting in my courses, they are linked to some other meeting of people who are unknown to me. I don't seem to get my own room any longer and I do not find any settings to influence this. Is there anything I can do to change it so I can have private Jitsi meetings with my students again?
Thanks for your help!
First of all, thanks for this great plugin!
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).

Can you give an example what this means? I want my trainers to be moderators in the conference and not the first one in the room?
Thanks a lot. Daniel