dcloudio / dcloudio/native-docs

live-pusher安卓手机无法暂停推流

Open
#107 0 comments 0 reactions 2 assignees Assigned to @ArrayDC View on GitHub
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));
},
});
···

**实际结果**
![image](https://user-images.githubusercontent.com/56103343/115652715-59942100-a360-11eb-8a67-bc5dd08584cb.png)

![image](https://user-images.githubusercontent.com/56103343/115652745-644eb600-a360-11eb-8161-3cd8eca3bfd3.png)

**系统信息:**
- 发行平台: 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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.