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
By default, backgroundScan should be true to avoid potentially confusing behavior (see #43). By making the user explicitly set backgroundScan to false, they should understand why the preview video disappears and reappears.
The text was updated successfully, but these errors were encountered:
* master:
Formatting.
Fixschmich#46: Make backgroundScan default to true.
streamUrl -> stream
Removed usage of window.URL.createObjectURL(...) in favour of returning stream directly. This has been done, since createObjectURL has been deprecated (and using it breaks WebRTC functionality when using webrtc-adapter)
Add note about iOS non-compatibility.
Improve scanner options formatting.
Rename VideoAccessError to MediaError.
Update README to include getUserMedia error handling.
Add error handling to README example.
Remove old app. Update deployment commit message.
Add VideoAccessError to wrap errors from getUserMedia. Update demo to handle errors correctly.
Add Travis support with deployments.
Add demo link to README.
Do not make demo video fullscreen.
Fix camera name bug in demo.
Add GitHub Pages project demo.
Update example to include message when no cameras are found.
Rename gulp 'dist' target to 'release'.
var -> let
Add release publication workflow.
By default,
backgroundScan
should betrue
to avoid potentially confusing behavior (see #43). By making the user explicitly setbackgroundScan
tofalse
, they should understand why the preview video disappears and reappears.The text was updated successfully, but these errors were encountered: