An open API service indexing awesome lists of open source software.

https://github.com/anyrtcio-community/ar-call-web


https://github.com/anyrtcio-community/ar-call-web

Last synced: about 1 year ago
JSON representation

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/).