jiti-meet/react
Saúl Ibarra Corretgé b9c4d28dac fix(auth) fix WaitForOwnerDialog not vanishing
Since all the auth logic is not ported to React on the web,
`_isWaitingForOwner` will always return `false` because the
`waitForOwner()` action is not (yet) used there.

THis fix always tries to hide the dialog no matter what, which is not a
Bad Thing to do anyway.

There is a related bug remaining, however: if one pressed "I am the
host" and then cancel, it doesn't goo back to the previous dialog, but
it completely kils the meeting. This is a compromise we'll have to live
with for a bit longer.

Fixes: https://github.com/jitsi/jitsi-meet/issues/11413
Fixes: https://github.com/jitsi/jitsi-meet/issues/11432
2022-04-29 14:58:22 +02:00
..
features fix(auth) fix WaitForOwnerDialog not vanishing 2022-04-29 14:58:22 +02:00
.eslintrc-react-native.js feat(eslint): use new eslint-config-jitsi 2018-06-13 11:27:39 +02:00
.eslintrc.js feat(face-centering) implement centering of faces in a video 2022-03-04 18:13:36 -06:00
index.native.js fix(rn) remove no longer needed hack 2022-04-07 10:35:51 +02:00
index.web.js feat: Add disableBeforeUnloadHandlers option 2021-11-29 19:49:51 -06:00