diff --git a/react/features/authentication/middleware.web.js b/react/features/authentication/middleware.web.js index 73aef753a..900a90739 100644 --- a/react/features/authentication/middleware.web.js +++ b/react/features/authentication/middleware.web.js @@ -83,9 +83,7 @@ MiddlewareRegistry.register(store => next => action => { } case CONFERENCE_JOINED: - if (_isWaitingForOwner(store)) { - store.dispatch(stopWaitForOwner()); - } + store.dispatch(stopWaitForOwner()); store.dispatch(hideLoginDialog()); break;