srcObject = stream; $video.muted = true; $video.onloadedmetadata = function(e) { $video.play(); }; }) .catch(console.error); </script>You can run this code ...
確定! 回上一頁