https://github.com/anyrtcio-community/ar-call-web
https://github.com/anyrtcio-community/ar-call-web
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/anyrtcio-community/ar-call-web
- Owner: anyrtcIO-Community
- Created: 2019-06-28T10:11:56.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T01:56:23.000Z (over 3 years ago)
- Last Synced: 2025-02-26T23:35:38.151Z (over 1 year ago)
- Language: Vue
- Size: 4.24 MB
- Stars: 3
- Watchers: 2
- Forks: 5
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 重要提醒
anyRTC 对该版本已经不再维护,如需音视频呼叫,请前往:https://github.com/anyRTC-UseCase/ARCall
**功能如下:**
- 一对一音视频呼叫
- 一对多音视频呼叫
- 视频通话转音频通话
- 静音开关/视频开关
- AI降噪,极致降噪,不留噪声
- 大小屏切换
- 悬浮窗功能
新版本一行代码,30分钟即可使应用有音视频能力。
更多示列请前往**公司网址: [www.anyrtc.io](https://www.anyrtc.io)**
# ar-call-demo
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```
### Run your unit tests
```
npm run test:unit
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).