麻烦问下,wx.startGameLive在安卓机上返回 “fail not support”, 是什么问题?
wx.startGameLive({
success : function (res) {
console.log("startGameLive success = ", res)
},
fail : function (res) {
console.log("startGameLive fail = ", res)
},
})
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。