I\'m on localhost and trying to use the MediaDevices.getUserMedia method in Chrome. I receive the error as titled. I understand that in Chrome it is only possible to use thi
Use navigator.getUserMedia() instead.
navigator.getUserMedia(constraints, successCallback, errorCallback);