Browse Source

fix name of audio device

master
isymchych 9 years ago
parent
commit
d21dbbaba1
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      modules/RTC/RTCUtils.js

+ 1
- 1
modules/RTC/RTCUtils.js View File

@@ -295,7 +295,7 @@ function wrapEnumerateDevices(enumerateDevices) {
295 295
                 console.error('cannot enumerate devices: ', err);
296 296
 
297 297
                 // return only auto devices
298
-                callback([createAutoDeviceInfo('audioInput'),
298
+                callback([createAutoDeviceInfo('audioinput'),
299 299
                           createAutoDeviceInfo('videoinput')]);
300 300
             });
301 301
         });

Loading…
Cancel
Save