- 当前 Bug 的表现(可附上截图)
endVideo() { var that = this ; console.log( '停止录制' ) this .CameraContext.stopRecord({ success: function (res) { console.log(res) that.videoSrc=res.tempVideoPath; that.VideoContext = wx.createVideoContext( 'answerVideo' , that); that.VideoContext.play(); that.recordIng = 'hide' ; that.endRecord = 'show' ; that.CameraContext= null ; }, fail: function (){ console.log( '录制错误' ) }, complete: function (){ console.log( '调用结束' ) } }) }, |
- 预期表现
调用CameraContext.stopRecord()API执行其success回调函数
- 复现路径
ios端都有出现CameraContext.startRecord录制时长大于一分钟后调用CameraContext.stopRecord无反应
安卓端
- 提供一个最简复现 Demo
加q1412727078,帮解决
有没有保证start和stop是相互对应的,我之前遇到类似的
我这里是什么都没给返回 ok我看一下吧 谢谢咯
没返回的,这个是官方回的邮件
超过30s
你这也是么? 长时间就没反应了
我看了官网的例子也是,长了就报错了
https://developers.weixin.qq.com/s/rsiGNpmG7e4K来啦
能做个代码片段吗?
https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html
你为什么那么优秀
因为我持久
https://developers.weixin.qq.com/s/rsiGNpmG7e4K尴尬 回复错人了
停止成功了,设置失败了
stopRecord的success回调函数执行了么?