Jitsi Meet supports logging to an InfluxDB database.
The following needs to be done to enable this functionality.
The details are outside the scope of the document, see http://influxdb.com/download/ .
Use the InfluxDB admin interface (running on port 8083) and create a database. In this example we name it jitsi_database
Add the following properties to /usr/share/jitsi-videobridge/.sip-communicator/sip-communicator.properties
.
Add the same properties as above to /usr/share/jicofo/.sip-communicator/sip-communicator.properties
.
Change “logStats” to “true” in /etc/jitsi/meet/you-domain.config.js
or the config.js
file used in your installation.
You can explore the database using the Jiloin web interface.