You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
octavn
changed the title
navigator.mediaDevices.getUserMedia() instead of navigator.getUserMedia()
mediaDevices.getUserMedia() instead of getUserMedia()
Apr 13, 2016
navigator.getUserMedia()
is deprecated according to https://developer.mozilla.org/en-US/docs/Web/API/Navigator/getUserMediaWe should use
MediaDevices.getUserMedia()
insteadThe text was updated successfully, but these errors were encountered: