superGood
superGood
  • 发布:2021-11-03 15:00
  • 更新:2023-03-27 17:12
  • 阅读:1194

uni-app的live-pusher iOS App 默认摄像头无法设置成后置

分类:uni-app
<live-pusher v-show="resultImageSrc.length==0" id="Pusher"mode="FHD" beauty="0" whiteness="0" min-bitrate="1000" device-position="back" audio-quality="48KHz" style="position: absolute;height: 1460rpx;width: 800rpx;" muted="true" :enable-camera="true" :enable-mic="false" zoom="true">
2021-11-03 15:00 负责人:无 分享
已邀请:
技术部一哥

技术部一哥 - 一个热爱前端开发的小菜鸟

判断平台然后调用switchCamera切换摄像头就可以!

具体代码:

const livePusher = uni.createLivePusherContext('livePusher', this)
switch (plus.os.name) {
case 'Android':
break;
case 'iOS':
livePusher.switchCamera()
break
}

大致就这样。。。

  • 橘子侠

    嗯3Q是的我后面就是永这种方式处理的

    2023-03-27 23:08

橘子侠

橘子侠 - 前端开发

同求

y***@gmail.com

y***@gmail.com

同样问题, 求解答

要回复问题请先登录注册