停止录音播放
this.$bridge .stopAudio() .then((res) => { this.$alert(res); }) .catch((err) => { this.$toast(err); });
code
Number
-
msg
String
{ code: 0, msg: "success" }
← playAudio 播放录音 pauseAudio 暂停录音播放 →