-
Notifications
You must be signed in to change notification settings - Fork 126
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
1 parent
8f48f92
commit fb1b972
Showing
5 changed files
with
20 additions
and
7 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.3", | ||
"version": "4.1.4", | ||
"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.3", | ||
"qnweb-rtc": "^4.1.4", | ||
"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.4 | ||
|
||
## 简介 | ||
QNRTCWeb 是七牛云推出的一款适用于 Web 平台的实时音视频 SDK,提供了包括音视频通话、静音、发布、订阅多种功能,提供灵活的接口,支持高度定制以及二次开发。 | ||
|
||
## 优化 | ||
- 房间名与房间用户 ID 最低长度限制调整为 1 位 | ||
|
||
|
||
## 问题反馈 | ||
当你遇到任何问题时,可以通过在 GitHub 的 repo 提交 `issues` 来反馈问题,请尽可能的描述清楚遇到的问题,如果有错误信息也一同附带,并且在 `Labels` 中指明类型为 bug 或者其他。 | ||
|
||
[通过这里查看已有的 issues 和提交 bug](https://github.com/pili-engineering/QNRTC-Web/issues) |