stopRecord 停止录音

stopRecord

停止录音

  • 参数描述:
Prop Type Required Default Description
param Object Y {} 请求参数

#接口调用示例

soundModule.stopRecord(param, (resp) => {
    this.$alert("成功")
}, (error) => {
    this.$toast("失败")
})

#返回参数

  • 成功时返回
Prop Type Default Description
filePath String Y N/A
fileName String Y N/A
duration Number Y N/A
size String Y N/A
  • 失败时返回
Prop Type Default Description
errorCode Number N/A 失败错误码
errorMessage String N/A 错误消息(如有)
posted on 2024-12-18 09:26  AtlasLapetos  阅读(71)  评论(0)    收藏  举报