fix(iAmRecorder): middleware bug

This commit is contained in:
Hristo Terezov 2022-01-27 17:26:25 -06:00
parent 6b2364f575
commit 640ae8eefd
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ MiddlewareRegistry.register(store => next => async action => {
if (store.getState()['features/base/config'].iAmRecorder) {
// We don't register anything on web if we are in iAmRecorder mode
return;
return next(action);
}
conference.on(