dcloudio / dcloudio/native-docs
live-pusher安卓手机无法暂停推流
- Dominant language
- No language data
- Stars
- 88
- Forks
- 75
- PR merge metrics
- No merged PRs in 30d
Description
**问题描述**
live-pusher组件
安卓端成功回调,却并未成功暂停(ios端可以)
官方live-pusher组件使用案例也是如此。
**复现步骤**
···
this.context = uni.createLivePusherContext("livePusher", this);
this.context.pause({
success: a => {
console.log("livePusher.pause:" + JSON.stringify(a, null, 2));
},
});
···
**实际结果**


**系统信息:**
- 发行平台: App
- 操作系统 Android10
- HBuilderX版本 3.1.9
- uni-app版本 3.1.9
- 设备信息 P10 Pro 、小米 8
**补充信息**
- 问题可能出现在uni.createLivePusherContext("livePusher", this).pause()这个api上。
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.