Explorar el Código

fix name of audio device

dev1
isymchych hace 10 años
padre
commit
d21dbbaba1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      modules/RTC/RTCUtils.js

+ 1
- 1
modules/RTC/RTCUtils.js Ver fichero

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
         });

Loading…
Cancelar
Guardar