Skip to content
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

Closed
PVince81 opened this issue Nov 10, 2020 · 7 comments · Fixed by #4699
Closed

Sidebar call regressions #4574

PVince81 opened this issue Nov 10, 2020 · 7 comments · Fixed by #4699

Comments

@PVince81
Copy link
Member

Steps to reproduce

  1. Share a file with another user
  2. Start a call in the conversation tab
  3. Login as the other user in another browesr
  4. Start a call there as well

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:
image

Might be related to recent changes with the grid, collapse mode, etc

Talk app

Talk app version: 11.0 git master + #4291

@danxuliu FYI

@danxuliu
Copy link
Member

Following the speaker doesn't seem to work.

This might be unrelated to the sidebar:

  • Open Talk
  • Create a public conversation
  • Copy the link
  • Start a call
  • In a private window, open the link
  • Join the call
  • In any of the windows, follow yourself

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).

@PVince81
Copy link
Member Author

did you still see this regression when testing ? seeing your screenshot from #4668 seems to show that the overlap problem has disappeared

@danxuliu
Copy link
Member

did you still see this regression when testing ?

Yes.

seeing your screenshot from #4668 seems to show that the overlap problem has disappeared

But in those screenshots the self participant is not being followed, if you follow yourself then the problem appears.

@PVince81
Copy link
Member Author

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

@PVince81
Copy link
Member Author

right... the bug is about "follow yourself". doesn't make sense to allow that in a sidebar call.
I'll block it.

@PVince81
Copy link
Member Author

PR here #4699

@PVince81
Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants