# qa.stopRecord()
推荐通过 qa.getRecorderManager 接口实现录音功能
停止录音
# 示例代码
qa.startRecord({
success(res) {
const tempFilePath = res.tempFilePath
}
})
setTimeout(function() {
qa.stopRecord() // 结束录音
}, 10000)
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
←
→
在线客服