There are several events that are sent automatically by your Jitsi instance:
1. Logs
To disable logs being sent from jitsi to callstats, update the following config file - /etc/jitsi/meet/hostname-config.js
callStatsApplicationLogsDisabled = true
2. Pre-call Connectivity Tests
To disable automatic precalltests, add the following before initializing callstats in JitsiMeet
configParams.disablePrecallTest=true; CallStats.backend.initialize( CallStats.callStatsID, CallStats.callStatsSecret, CallStats.userID, CallStats._initCallback, undefined, configParams);
Comments
0 comments
Please sign in to leave a comment.