nextcloud / spreed

πŸ—¨οΈ Nextcloud Talk – chat, video & audio calls for Nextcloud
https://nextcloud.com/talk
GNU Affero General Public License v3.0
1.61k stars 428 forks source link

Video/people layout of group calls or conversations shared by link looks off initially #10567

Closed jancborchardt closed 4 months ago

jancborchardt commented 12 months ago

How to use GitHub


Is your feature request related to a problem? Please describe. When starting a call in a group room, the starting layout is grid view which leads to this strange layout in the beginning: image

And even when the first person joins it’s side by side which is an unusual view – but most importantly it jumps around immediately: image

Describe the solution you'd like It would be nicer to use the speaker view at least for the first 3 participants. (Note that of course the emptycontent message or the own video has to be adjusted a bit so it all fits also on smaller screens): image

Antreesy commented 12 months ago

Might be solved together with #10496?

Also a small note, that we're keeping preferred view in BrowserStorage

https://github.com/nextcloud/spreed/blob/master/src/store/callViewStore.js#L132