We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
问题描述 switchCamera可以执行,但是pause、stop、snapshot均无法使用/回调函数不执行
复现步骤 onMounted
livePusher = uni.createLivePusherContext("livePusher", (instance as any).ctx) livePusher.switchCamera()
onSnapshot
livePusher.snapshot({ success: (e: any) => { uni.showToast({ title: '123123', icon: 'none' }) }, fail: (e: any) => { uni.showToast({ title: '123123', icon: 'none' }) } });
onPause
livePusher.pause();
预期结果 能够正常得到回调或者快照地址
系统信息:
The text was updated successfully, but these errors were encountered:
st-dc
No branches or pull requests
问题描述
switchCamera可以执行,但是pause、stop、snapshot均无法使用/回调函数不执行
复现步骤
onMounted
onSnapshot
onPause
预期结果
能够正常得到回调或者快照地址
系统信息:
The text was updated successfully, but these errors were encountered: