fix(mediaDeviceHelper): fix typo in dispatch

This commit is contained in:
paweldomas 2020-09-23 11:50:29 -05:00 committed by Jaya Allamsetty
parent 7f17c2eceb
commit 812af33a4d
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ export default {
})
.catch(err => {
audioTrackError = err;
showError && APP.store.disptach(notifyMicError(err));
showError && APP.store.dispatch(notifyMicError(err));
return [];
}));