-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #57 from OurEra/master
Release v3.0.2
- Loading branch information
Showing
10 changed files
with
65 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file renamed
BIN
+938 KB
...oidRTCDemo/app/libs/qndroid-rtc-3.0.1.jar → ...oidRTCDemo/app/libs/qndroid-rtc-3.0.2.jar
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# QNDroidRTC Release Notes for 3.0.2 | ||
|
||
## 简介 | ||
|
||
QNDroidRTC 是七牛推出的一款适用于 Android 平台的音视频通话 SDK,提供了包括美颜、滤镜、音视频通话等多种功能,提供灵活的接口,支持高度定制以及二次开发。 | ||
|
||
## 版本 | ||
|
||
- 发布 qndroid-rtc-3.0.2.jar | ||
|
||
## 功能 | ||
|
||
- 支持根据 camera 能力设置采集分辨率 | ||
- 支持合流设置 SEI | ||
- 支持合流设置保留最后一帧 | ||
|
||
## 缺陷 | ||
|
||
- 修复混音时重复多次后失败 | ||
- 修复音频码率设置不生效 | ||
- 修复外部导入特殊配置时崩溃 | ||
|
||
## 注意事项 | ||
- 如果您使用的版本是 2.5.0+,那么为了给您提供更好的使用体验,请务必依赖如下 dns 解析库: | ||
|
||
```java | ||
dependencies { | ||
implementation 'com.qiniu:happy-dns:0.2.17' | ||
} | ||
``` | ||
|
||
- 从 3.0.2 版本开始,SDK 不再提供 v1 接口 | ||
|
||
## 问题反馈 | ||
|
||
当你遇到任何问题时,可以通过在 GitHub 的 repo 提交 `issues` 来反馈问题,请尽可能的描述清楚遇到的问题,如果有错误信息也一同附带,并且在 ```Labels``` 中指明类型为 bug 或者其他。 [通过这里查看已有的 issues 和提交 bug](https://github.com/pili-engineering/QNRTC-Android/issues) |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.