我无法从' RecordRTC‘导入recordrtc 我已经安装了节点模块,但当我尝试导入它时,收到以下错误: Could not find a declaration file for module'recordrtc'.'/Users/jnelson/Documents/GitHub/VidApp/node_modules/recordrtc/RecordRTC.js'
目前只有停止录制的方法,方法是使用“停止”按钮停止录制,并使用“setRecordingDuration()”设置持续时间: // RecordRTCbitsPerSecond: 128000 // if this line is provided, skip above two varStream = stream;
recordRTC= RecordRTC(varStream, option
我正在用RecordRTC做屏幕录制。 如何在录制时包含麦克风音频?bitsPerSecond: 128000 // if this line is provided, skip above two this.stream = stream; this.recordRTC.startRecording();
let video: HTMLVideoElement =