Hi, I would like to do a small modification to remove the text overlay that says “me’s screen” on the bottom-middle of the video when screen sharing. I searched the codebase for jitsi-meet for the string “screen” and nothing came up, so before I go digging around in the code, I’m wondering if anyone can point me in the right direction as to where I would need to look in the code base to find the spot to make this modification?
I solved it by adding this to the end of /usr/share/jitsi-meet/css/all.css:
.stage-participant-label{display:none!important}
1 Like
You could try setting hideDominantSpeakerBadge = true
in config.js. This hides the display name that hovers above the toolbar on the large video.
However, it hides for all video, not just screenshare.