fix(iAmRecorder): middleware bug

This commit is contained in:
Hristo Terezov 2022-01-27 17:26:25 -06:00
parent 02721c0c3d
commit ae5723406d
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(