# stop ^7.8

停止录音播放

# 请求参数

N/A

# 接口调用示例



this.$bridge
  .stop()
  .then(res => {
    this.$alert(res)
  })
  .catch(err => {
    this.$toast(err)
  })
1
2
3
4
5
6
7
8
9
10

# 接口返回示例


N/A

1
2
3

# FAQ

TIP

回调需要先注册 setCallback函数,然后通过setCallback返回

更新时间: 7/27/2021, 11:23:45 AM