mirror of https://github.com/jitsi/jitsi-meet
Deep/universal linking now utilizes loadURL (when possible). But loadURL is imperative in the native source code while its JavaScript counterpart i.e. React App Component prop url is declarative. So there's the following bug: open a URL, leave the conference (by tapping the hangup button, for example), and then opening the same URL actually leaves you on the Welcome page (if enabled; otherwise, a black screen). The implementation has a flow though: opening the same URL twice in a row without an intervening leave will leave the first opening and join the new opening. Which can be improved by not leaving and joining if the conference is joined, joining, an not leaving. But that can be done separately as an improvement independent of the current implementation details.pull/1894/head jitsi-meet_2363
parent
207393d98e
commit
6003b560ae
Loading…
Reference in new issue