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
怎么解决,微信打开本地调试地址,提示没有找到可录音的设备
The text was updated successfully, but these errors were encountered:
感谢关注. 不过audio.js有一阵子没更新了, 慎用, 但是我一有空就会更新, 欢迎随时提问. 所有我目前碰到的问题请见微信JSSDK与录音相关的坑.
audio.js
audio.js中会判断queryString中是否有wechat或code. 微信oauth之后链接中一定会有code=xxxx. wechat=true这个是我自己加的. 你只要确保你的链接中有?code=xxx或?wechat=xxx, audio.js就会使用微信的录音接口. 前提是你要先走完oauth那一套 你做了么?
wechat
code
code=xxxx
wechat=true
?code=xxx
?wechat=xxx
Sorry, something went wrong.
是不是一定要先申请微信服务号之后,然后通过微信的JSSDK进行调用呢?
恩是的. 最终想要部署出去, 一定需要一个企业服务号. 个人订阅号是不行的.
你可以先用微信测试号测试. 测试号有很高的权限可以让你玩儿, 包括录音等. 你需要用测试号做好oauth, 然后引入jssdk, 最后用audio.js做录音.
No branches or pull requests
怎么解决,微信打开本地调试地址,提示没有找到可录音的设备
The text was updated successfully, but these errors were encountered: