stop 停止录音播放
stop ^7.8
停止录音播放
#请求参数
N/A
#接口调用示例
this.$bridge
.stop()
.then(res => {
this.$alert(res)
})
.catch(err => {
this.$toast(err)
})
#接口返回示例
N/A
#FAQ
TIP
回调需要先注册 setCallback函数,然后通过setCallback返回
停止录音播放
N/A
this.$bridge
.stop()
.then(res => {
this.$alert(res)
})
.catch(err => {
this.$toast(err)
})
N/A
TIP
回调需要先注册 setCallback函数,然后通过setCallback返回