This doesn't sound like a good idea. How would the user know they are using the camera? (yes, there is the camera LED, but still)
A full hide is probably not necessary, but having it much smaller than the other ones would be really nice! In general the tiled view seems to waste a lot of screen estate with margins around the tiles, so having your own video smaller or just as a thumbnail for example would help with that.
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.
Given how long this was open with no movement, it doesn't seem like it's going to happen anytime soon. Closing.
As mentioned by @sboettcher it would be nice to reduce our own video to a small thumbnail in tile mode to not waste space and see mainly the other participants.
Should I create a new issue or can this one be re-opened with a title rename to reduce the size and not totally remove the video?
Thank you.
I +1 this. Can someone look into this please?
+1 for this request. Small view would be enough for my own video, and would leave more space for other participant's videos
+1 would be nice not having my own video taking up so much space. Also reducing/removing the margins around the videos would be nice. For example only showing the menu buttons/options when the user moves the cursor.
+1 as well!
It would be good to be able to hide one's own video and maybe even others by a context menu entry. "Hide" could actually be "minimize"...
Thanks for all the great work!
+1 for this. Zoom does it BTW. to do it better that zoom keep a thumbnail. Its super bad in tile view when I am the third, it prevents the two people I want to see from taking up any meaningful amount of space on my screen.
We don鈥檛 have plans to change this in the short term.
Really wish this were an option. As someone who gets video call fatigue super fast, it helps me out enormously to be able to get rid of my own silly face -- it makes it more like a regular conversation for me. IRL, you don't usually talk to people PLUS a mirror showing your own face.
Also, I want to put in a plug for complete hiding, rather than just minimizing. Having a little mini-me doesn't change much for me -- hiding myself entirely does.
In Firefox you can do a right click => inspect element on your own video and then press delete. That removes your own video, it helps me for now :)
Thanks for creating and maintaining Jitsi - it's been such a help during the pandemic.
I host a meetup group that has been using Jitsu, and I've been told by members that they wish they could hide their own video for reasons similar to linndavis. They opt to use no video because of this even though they wish they could (and it is helpful for others to see each other). I wouldn't suggest it as a default because of what was mentioned in the second comment (good for people to know they are on camera beyond the led), but it would be useful for some of these people I have interacted with.
I know this issue is not a high priority and accept that this may not happen - just putting my 2 cents in. Thanks again
I also think it would be nice to have it. From all video chat solutions I've experienced so far it seems to be pretty common to have either a small video of yourself or even none.
Personally it would be helpful, so I don't tend to always look on myself but focus more on the other participants.
Maybe having the option to toggle the visibility of your own video stream in the tile view could be a thing, like it is in Google Meet.
+1 Every single other video conferencing system supports thumbnail view for client video, so I think this is a must have.
+1 That would be extremely useful, especially for production purposes when we don't need to see our own feed
In Firefox you can do a right click => inspect element on your own video and then press delete. That removes your own video, it helps me for now :)
if you want to be able to undo it you can add this css rule:
div#localVideoTileViewContainer {
display: none;
}
I expect if you have an ad-blocker installed you would be able to add this rule by default so you don't have to enable it every time
Most helpful comment
A full hide is probably not necessary, but having it much smaller than the other ones would be really nice! In general the tiled view seems to waste a lot of screen estate with margins around the tiles, so having your own video smaller or just as a thumbnail for example would help with that.