fix(iAmRecorder): middleware bug
This commit is contained in:
parent
6b2364f575
commit
640ae8eefd
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue