Bläddra i källkod

Merge pull request #11 from isymchych/fix-audio-device-name

fix name of audio device
master
Paweł Domas 9 år sedan
förälder
incheckning
9246911d64
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      modules/RTC/RTCUtils.js

+ 1
- 1
modules/RTC/RTCUtils.js Visa fil

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

Laddar…
Avbryt
Spara