We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running min version, Safari throws this error:
OverconstrainedError constraint: "" message: "Invalid constraint" name: "OverconstrainedError"
Running full version works. Manually minified full version works good as well :)
This works: https://unpkg.com/[email protected]
This doesn't: https://unpkg.com/[email protected]/dist/index.min.js
That took for me around a hour to figure out the problem..
The text was updated successfully, but these errors were encountered:
@artrayd How have you implemented this on safari? mine doesnt seem to work
Sorry, something went wrong.
@vinikatyal In the end I used another solution based on web assembly https://github.com/Kagami/vmsg/
There was some problem to remove GUI, but I found solution
I reproduce this in Firefox too, with this simple code:
new MicRecorder().start()
No branches or pull requests
When running min version, Safari throws this error:
Running full version works. Manually minified full version works good as well :)
This works:
https://unpkg.com/[email protected]
This doesn't:
https://unpkg.com/[email protected]/dist/index.min.js
That took for me around a hour to figure out the problem..
The text was updated successfully, but these errors were encountered: