element-call
element-call copied to clipboard
Changing URL does not change to the new video call
Steps to reproduce
- Join a call
- Quit the call using the hang up button
- Copy a new call URL to the address bar and navigate to it
Outcome
What did you expect?
The application should present me some user interface to join the call.
What happened instead?
The application remains on the call ended screen.
Operating system
Linux
Browser information
Firefox
URL for webapp
call.element.io
Will you send logs?
No
We've found that this is because the state which determines which stage of the call you're in (lobby, in-call view, hangup screen) is retained when you switch calls from the URL bar like this. Perhaps we could fix this when messing around with our routing code as we upgrade to React Router 6.