uniapp live-pusher推流snapshot不执行为什么?
snapshot: function() { this.context.snapshot({ success: (e) => { console.log(e.message, '拍照信息'); } }); }, 上面这个方法不执行 , switchCamera这个方法执行 镜头可以切换 但是success里面的东西也不打印 switchCamera: function() { this.context.switchCamera({ success: (a) => { console.log("livePusher.switchCamera:" + JSON.stringify(a)); } }); }, 在manifest选择了直播推流,还需要设置什么嘛?为什么不执行呢