let audioTrack, videoTrack, stream; navigator.mediaDevices.getDisplayMedia({ video: true }) .then(displayStream => { [videoTrack] = ...
確定! 回上一頁