I have self hosted the jitsi on my own premises, My solution for video conference is in production already.
The problem which my clients are facing is screen sharing quality. When there are only two participants connected, screen sharing quality is good but once a third participant joins the room the screen sharing quality starts deteriorating and it’s very blurry.
Following configuration settings i applied by reading the community previous feedback but the problem is still there.
1) enableLayerSuspension: true
2) maxFullResolutionParticipants: -1
3) disableSimulcast: true,
4) preferH264: true,
** desktopSharingFrameRate: {**
** min: 30,**
** max: 30**
** },**
5) videoQuality: {
** preferredCodec: “VP9”,**
** maxBitratesVideo: {**
** low: 200000,**
** standard: 500000,**
** high: 1500000,**
** },**
** minHeightForQualityLvl: {**
** 360: “standard”,**
** 720: “high”,**
** },**
** },**