Hello! Please tell me how can I match the user data from the log /var/log/jitsi/jvb.log with their real ip addresses. So that when I see WARNING, I know which user I should contact and see what’s wrong with him.
All relevant logs should be available in the user’s browser JS console.
We use integration with RocketChat and its client as a browser. And there is no way to open the js console, or I don’t know how.
And when I see messages like this in the jvb console:
JVB 2023-03-09 15:23:35.046 WARNING: [348] [confId=5cfdccce1c5f03e conf_name=rocketchatXXX.jitsi. meeting_id=4bc3b1cf epId=d96daaca stats_id=Sedrick-xTD] Vp9QualityFilter.doAcceptFrame#233: Want to forward E0S1T2 frame, but can’t! layers=false, false, false, false, false, false, false, false, currentIndex=E0S1T2, isInterPicturePredicted=true, usesInterLayerDependency=false.
I would like to connect to the user myself, and see what he has in the console, and not wait until he reports about it. Moreover, they usually report this after the fact.
There is no automatic correclation.
The endpoint ID is the participant ID, maybe you can use that.