-
Notifications
You must be signed in to change notification settings - Fork 452
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sidebar call regressions #4574
Comments
This might be unrelated to the sidebar:
The Stop following button will not be properly shown (it will be behind the video button, like in the sidebar screenshot). Moreover, the control buttons will be shown twice, both in your own video and in the main followed video. I guess that in the sidebar the duplicated buttons overlap due to the reduced horizontal space (and there is also a problem with the placement of your own controls). |
did you still see this regression when testing ? seeing your screenshot from #4668 seems to show that the overlap problem has disappeared |
Yes.
But in those screenshots the self participant is not being followed, if you follow yourself then the problem appears. |
shouldn't the "following" option anyway be removed for the sidebar ? the user doesn't have a way to view all participants so anyway cannot pick one to follow. I'll verify with 10.0 to see if the regression is about allowing to follow when we shouldn't |
right... the bug is about "follow yourself". doesn't make sense to allow that in a sidebar call. |
PR here #4699 |
it turns out that the reason for the duplicate controls is that we didn't disable media controls on the followed video, the latter is adressed in #4700 |
Steps to reproduce
Expected behaviour
Only a single video visible ? (need to check with older versions)
Actual behaviour
Two videos visible, the speaker and also the local one.

Following the speaker doesn't seem to work.
It is possible to click on the local video but then there are too many icons:
Might be related to recent changes with the grid, collapse mode, etc
Talk app
Talk app version: 11.0 git master + #4291
@danxuliu FYI
The text was updated successfully, but these errors were encountered: