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返回

posted on 2024-12-20 15:12  AtlasLapetos  阅读(10)  评论(0)    收藏  举报