Skip to content

Commit

Permalink
Release v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
yydounai1234 committed Jun 1, 2022
1 parent 47be74f commit effff6d
Show file tree
Hide file tree
Showing 68 changed files with 5,499 additions and 3,645 deletions.
17 changes: 17 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"env": {
"es2021": true,
"node": true
},
"extends": [
"standard"
],
"parser": "@typescript-eslint/parser",
"plugins": [
"@typescript-eslint"
],
"rules": {
"no-case-declarations": "off",
"node/no-callback-literal": "off"
}
}
40 changes: 15 additions & 25 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,25 +1,15 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*

/dist
.DS_Store
*/.DS_Store
demo/hbuilderx/
node_modules/
type/
dist/
lib/
demo/dist
.hbuilderx/
.vscode/
happyDoc/
unpackage/
Documents/docs/jsonhtml
Documents/docs/jsonstyle
types/
201 changes: 0 additions & 201 deletions LICENSE

This file was deleted.

26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,3 +213,29 @@ client.join(RoomToken)
* 如果您还不知道如何生成 RoomToken,请先阅读 [RoomToken 签发服务](https://developer.qiniu.com/rtc/8813/roomToken)。
* 具体使用方法可参考[官方文档](https://developer.qiniu.com/rtc/11847/an-overview-of-the-uniapp-sdk)。
* 具体示例 demo 可参考[QNRTC-Uniapp-Demo](https://github.com/pili-engineering/QNRTC-Uniapp/tree/main/demo)。
## FAQ
#### 如何体验 Demo?
您可以通过扫描下面的二维码,安装我们的 demo 应用『牛会议』,体验通话效果:
iOS :
![](http://pk0jd2tt5.bkt.clouddn.com/uniapp-ios.png)
Android :
![](http://pk0jd2tt5.bkt.clouddn.com/uniapp-android.png)
#### 实时通话功能是否收费?
客户端 SDK 不收费,服务端可按照带宽、流量或者时长收费,具体请联系七牛商务或者技术支持。
#### 实时通话对讲延时多大?
正常网络条件下,对讲延时在 200-300ms 左右。
#### 是否有服务端的 SDK 或者 demo 代码可以参考?
有的,请参考: [QNRTC-Server](https://doc.qnsdk.com/rtn/docs/server_sdk)
24 changes: 24 additions & 0 deletions ReleaseNotes/release-notes-1.0.5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# QNRTC-Uniapp Release Notes for 1.0.5

## 内容

- [简介](#简介)
- [功能](#功能)
- [问题反馈](#问题反馈)


## 简介

**QNRTC-Uniapp** 是基于 **[UNIAPP](https://uniapp.dcloud.io/)****[QNRTC-Android](https://developer.qiniu.com/rtc/8764/an-overview-of-the-android-sdk)** 以及 **[QNRTC-iOS](https://developer.qiniu.com/rtc/8830/an-overview-of-the-ios-sdk)** 三者所实现的。前端可通过 **QNRTC-Uniapp** 所提供的 JS 插件调用原生 Android 以及 iOS 的 RTC 接口来实现实时音视频通话。提供了包括美颜、滤镜、水印、音视频通话等多种功能,提供灵活的接口,支持高度定制以及二次开发。


## 功能
- 新增 d.ts 代码提示功能
- ios component 新增 reset 方法


## 问题反馈

当你遇到任何问题时,可以通过在 GitHub 的 repo 提交 ```issues``` 来反馈问题,请尽可能的描述清楚遇到的问题,如果有错误信息也一同附带,并且在 ```Labels``` 中指明类型为 bug 或者其他。

[通过这里查看已有的 issues 和提交 bug](https://github.com/pili-engineering/QNRTC-Uniapp/issues)
Loading

0 comments on commit effff6d

Please sign in to comment.