-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
jiaxu
committed
Nov 4, 2022
1 parent
bd748a1
commit ba3ec15
Showing
4 changed files
with
17 additions
and
4 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "multiple-track-demo", | ||
"version": "4.1.8", | ||
"version": "4.1.9", | ||
"private": true, | ||
"description": "multiple track demo", | ||
"author": "Yao Zhi <[email protected]>", | ||
|
@@ -33,7 +33,7 @@ | |
"mobx": "^5.8.0", | ||
"mobx-react": "^5.4.3", | ||
"mobx-react-router": "^4.0.5", | ||
"qnweb-rtc": "^4.1.8", | ||
"qnweb-rtc": "^4.1.9", | ||
"qs": "^6.6.0", | ||
"react": "^16.8.0", | ||
"react-app-polyfill": "^0.2.0", | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
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,13 @@ | ||
# QNRTCWeb v4.1.9 | ||
|
||
## 简介 | ||
QNRTCWeb 是七牛云推出的一款适用于 Web 平台的实时音视频 SDK,提供了包括音视频通话、静音、发布、订阅多种功能,提供灵活的接口,支持高度定制以及二次开发。 | ||
|
||
## 修复 | ||
- 修复远端音频无法设置音量问题 | ||
- 修复远端音频订阅问题 | ||
|
||
## 问题反馈 | ||
当你遇到任何问题时,可以通过在 GitHub 的 repo 提交 `issues` 来反馈问题,请尽可能的描述清楚遇到的问题,如果有错误信息也一同附带,并且在 `Labels` 中指明类型为 bug 或者其他。 | ||
|
||
[通过这里查看已有的 issues 和提交 bug](https://github.com/pili-engineering/QNRTC-Web/issues) |