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.
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.