diff --git a/react/features/base/conference/actions.js b/react/features/base/conference/actions.js index 773e2db65..cdeb0209d 100644 --- a/react/features/base/conference/actions.js +++ b/react/features/base/conference/actions.js @@ -501,7 +501,7 @@ export function checkIfCanJoin() { const { authRequired, password } = getState()['features/base/conference']; - const replaceParticipant = getReplaceParticipant(APP.store.getState()); + const replaceParticipant = getReplaceParticipant(getState()); authRequired && dispatch(_conferenceWillJoin(authRequired)); authRequired && authRequired.join(password, replaceParticipant);