webFaceID icon indicating copy to clipboard operation
webFaceID copied to clipboard

fixing few bugs in demo.

Open najamsk opened this issue 6 years ago • 0 comments

main.go boxutil package has x into its path which is not found on filesystem for that go was throwing errors. removed x to build script.

assets/app.js script to create media stream was using old api. wrap that code in try block. if modern browser throws exception use new api otherwise keep using old api call.

najamsk avatar Feb 28 '19 07:02 najamsk