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