暂停录音播放
N/A
this.$bridge .pause() .then(res => { this.$alert(res) }) .catch(err => { this.$toast(err) })
tip
回调需要先注册 setCallback函数,然后通过setCallback返回
← stop 停止录音播放 recordVideo 录制视频 →