jitsi / jitsi-meet

Jitsi Meet - Secure, Simple and Scalable Video Conferences that you use as a standalone app or embed in your web application.
https://jitsi.org/meet
Apache License 2.0
22.95k stars 6.69k forks source link

Naming label covers parts of the screensharing output, allow hiding it #13873

Open osnyx opened 1 year ago

osnyx commented 1 year ago

Is your feature request related to a problem you are facing?

When sharing the screen via Jitsi Meet, the display contents have an overlay with a label describing whose screen is being displayed. In the scrrenshot below, this is Fellow Jitser's screen. This overlay can neither be hidden nor deliberately moved, it only changes its location depending on whether the conference controls are shown or not. The label might obstruct the view of what is being displayed on the shared screen. For example, for full-screen terminal windows, it often overlaps with the bottom lines where the prompt is and most relevant information is displayed.

Screenshot 2023-09-22 at 18 06 57

Describe the solution you'd like It shall be possible to hide this naming overlay, either as a global setting or with a close button for each individual overlay.

Describe alternatives you've considered

github-actions[bot] commented 10 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

osnyx commented 10 months ago

This is still a thing.

github-actions[bot] commented 8 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

osnyx commented 8 months ago

This is still a thing.

github-actions[bot] commented 6 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

osnyx commented 6 months ago

Still a thing.

hristoterezov commented 2 days ago

@osnyx I did some improvements related to this recently with https://github.com/jitsi/jitsi-meet/commit/1152073b57b9352e4899dbe49ea79d3126e87ff7

Now we hide the label for screen sharing when the toolbar is hidden as well. Note that the label will be still visible when the toolbar is visible.

Is this acceptable solution for your use case?