After setting up a Jitsi server using packages, I am now trying to log connection statistics to a database. Specifically, I want to store data about significant bitrate changes during video calls.
Although I have some familiarity with JavaScript and WebRTC, I find the Jitsi codebase challenging to navigate. Furthermore, the quick installation only provided me with minimized JavaScript files.
I'm seeking guidance on where to access WebRTC stats for Jitsi calls and where I should incorporate my logging functions. Which files should I modify and how should I go about it?
For those reading this in the future: I have documented my process for achieving this task on the Jitsi forums: