stream.getTracks().forEach(function (track) { track.stop(); }); /* Set stream to <video> */ videoElement.srcObject = stream;
確定! 回上一頁