Uncaught TypeError: Cannot read properties of undefined (reading 'getUserMedia')

html5调用摄像头拍照如果在localhost下没有问题,而部署服务后碰到如下的错误:
Uncaught TypeError: Cannot read properties of undefined (reading 'getUserMedia')
这是因为webrtc需要使用https

你可能感兴趣的:(Uncaught TypeError: Cannot read properties of undefined (reading 'getUserMedia'))