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
In iOS 11 Apple has included a native implementation of getUserMedia. We should detect that the OS already has an implementation and use it instead of our implementation.
In iOS 11 Apple has included a native implementation of getUserMedia. We should detect that the OS already has an implementation and use it instead of our implementation.
We should be able to use something like:
to detect if
navigator.mediaDevices
existed before we clobber it with our implementation.Once we have a working implementation on iOS 11 we should test ImageCapture and MediaRecorder.
The text was updated successfully, but these errors were encountered: