I am confused why
Modernizr.getusermedia
is undefined, but when I type in
!!navigator.webkitGetUserMedia
it returns true. I am using Chrome and I know webrtc is supported... so why does Modernizr say its undefined.
The Modernizr that I downloaded with bower has the getusermedia.js file in it with the line:
Modernizr.addTest('getusermedia', !!Modernizr.prefixed('getUserMedia', navigator));