Skip to content
New issue

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

[html] 第191天 怎么使用HTML5实现录音的功能? #1432

Open
haizhilin2013 opened this issue Oct 23, 2019 · 4 comments
Open

[html] 第191天 怎么使用HTML5实现录音的功能? #1432

haizhilin2013 opened this issue Oct 23, 2019 · 4 comments
Labels
html html

Comments

@haizhilin2013
Copy link
Collaborator

第191天 怎么使用HTML5实现录音的功能?

@haizhilin2013 haizhilin2013 added the html html label Oct 23, 2019
@ghost
Copy link

ghost commented Oct 24, 2019

最主要的关键点: 使用【navigatior.getUserMedia()】获取设备的摄像头和麦克风能力

@Pazzilivo
Copy link

navigatior.getUserMedia()

这个接口已经被废弃了,请使用 MediaDevices.getUserMedia()

@linushp
Copy link

linushp commented Oct 24, 2019

navigatior.getUserMedia()

这个接口已经被废弃了,请使用 MediaDevices.getUserMedia()

MediaDevices.getUserMedia() 浏览器里还没有这个接口

@Pazzilivo
Copy link

navigatior.getUserMedia()

这个接口已经被废弃了,请使用 MediaDevices.getUserMedia()

MediaDevices.getUserMedia() 浏览器里还没有这个接口

navigator.mediaDevices.getUserMedia()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
html html
Projects
None yet
Development

No branches or pull requests

3 participants