fix(mediaDeviceHelper): fix typo in dispatch
This commit is contained in:
parent
7f17c2eceb
commit
812af33a4d
|
@ -209,7 +209,7 @@ export default {
|
|||
})
|
||||
.catch(err => {
|
||||
audioTrackError = err;
|
||||
showError && APP.store.disptach(notifyMicError(err));
|
||||
showError && APP.store.dispatch(notifyMicError(err));
|
||||
|
||||
return [];
|
||||
}));
|
||||
|
|
Loading…
Reference in New Issue