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