-
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
Redirection when opening the sidebar for another file without leaving previous call first #4570
Comments
Not sure if worth fixing. When I worked on the redirections and did some tests I noticed that when we're outside the Talk UI, the redirections to "not found" or "duplicate session" were still happening. Now for duplication session, there's upcoming work to allow those, so this ticket will likely be obsoleted once #1587 is closed. |
Does not happen anymore. Instead you simply leave the call now with Files2Vue |
This is a regression introduced in Talk 9 with the handling of conflicts between sessions (note that this is different from #4243, which is a legit, albeit unexpected, redirection).
Note that the redirection does not happen if, instead of opening the sidebar in another shared file, it is opened in an unshared file or a folder.
With the external signaling server there is no redirection, but in this case the media is not properly stopped. That is a different bug, though.
How to test
Expected result
Nothing strange happens.
Actual result
The browser redirects to the main Talk UI.
The text was updated successfully, but these errors were encountered: