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
第191天 怎么使用HTML5实现录音的功能?
The text was updated successfully, but these errors were encountered:
最主要的关键点: 使用【navigatior.getUserMedia()】获取设备的摄像头和麦克风能力
Sorry, something went wrong.
navigatior.getUserMedia()
这个接口已经被废弃了,请使用 MediaDevices.getUserMedia()
navigatior.getUserMedia() 这个接口已经被废弃了,请使用 MediaDevices.getUserMedia()
MediaDevices.getUserMedia() 浏览器里还没有这个接口
navigatior.getUserMedia() 这个接口已经被废弃了,请使用 MediaDevices.getUserMedia() MediaDevices.getUserMedia() 浏览器里还没有这个接口
navigator.mediaDevices.getUserMedia()
No branches or pull requests
第191天 怎么使用HTML5实现录音的功能?
The text was updated successfully, but these errors were encountered: