Back to marketplace
63

Jitsi Meet

Adds free, secure, flexible, open-source video conferencing.

Installation

The only thing you need to do is to specify a Jitsi Server in the module configuration.

If you do not have your own Jitsi server, the official jitsi server "meet.jit.si" is automatically used.

CSP (Security Hardening)

In case you've overwritten the default content security settings, you should make sure following resources are allowed:

Example common.php snippet:

//...
"frame-src" => [
  "self" => true,
  "allow" => [  
    "https://www.youtube.com",
    "https://meet.jit.si",
  ]                        
],
"script-src" => [
  "self" => true,
  "unsafe-inline" => true,
  "allow" => [
    'https://meet.jit.si/external_api.js'
  ],
//...

Note: The default csp should not block any of this.

Module Information

Price:
Free
Latest version release:
1.1.9 - April 16, 2024
Publisher:
Website:
Compatibility:
HumHub 1.7 - Latest