提交 1142e7ac 编写于 作者: A Adrian Pascu 提交者: Brandon Amos

Remove usage of deprecated mozilla api

This API is no longer working in the current Firefox version (69)
There is also a similar discussion here: https://github.com/webrtc/samples/issues/302
上级 92d61fdd
......@@ -233,11 +233,7 @@ function createSocket(address, name) {
}
function umSuccess(stream) {
if (vid.mozCaptureStream) {
vid.mozSrcObject = stream;
} else {
vid.srcObject = stream;
}
vid.srcObject = stream;
vid.play();
vidReady = true;
sendFrameLoop();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册