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