Browse Source

fix(mediaDeviceHelper): fix typo in dispatch

j8
paweldomas 5 years ago
parent
commit
812af33a4d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      modules/devices/mediaDeviceHelper.js

+ 1
- 1
modules/devices/mediaDeviceHelper.js View File

209
                 })
209
                 })
210
                 .catch(err => {
210
                 .catch(err => {
211
                     audioTrackError = err;
211
                     audioTrackError = err;
212
-                    showError && APP.store.disptach(notifyMicError(err));
212
+                    showError && APP.store.dispatch(notifyMicError(err));
213
 
213
 
214
                     return [];
214
                     return [];
215
                 }));
215
                 }));

Loading…
Cancel
Save