var query = wx.createSelectorQuery();
var test = query.select('test')
console.log(test)
wx.createMediaRecorder(qian, {
duration: 1000
})
真机调试,报错
appServiceSDKScriptError
Cannot read property 'MediaToolKit' of undefined; at wx.createMediaRecorder
TypeError: Cannot read property 'MediaToolKit' of undefined
已经在开发工具中将基础库调至2.11.0
这个怎么录啊,监听start和stop总是报错,errCode还不一样。这个API我都没搞懂做什么用的
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
https://developers.weixin.qq.com/s/mnrfRQmY7YgY