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
Firefox has a new MediaDevices API to replace the legacy navigator.getUserMedia, which will presumably be deprecated eventually.
Also, Firefox's media constraints format is incompatible with Chrome's, which is obsolete. So we need a shim to make sure we can work with both until Chrome's implementation is updated.
Firefox has a new MediaDevices API to replace the legacy
navigator.getUserMedia
, which will presumably be deprecated eventually.Also, Firefox's media constraints format is incompatible with Chrome's, which is obsolete. So we need a shim to make sure we can work with both until Chrome's implementation is updated.
For reference: http://stackoverflow.com/questions/26415778/getusermedia-video-size-in-firefox-chrome-differs
The text was updated successfully, but these errors were encountered: