https://github.com/agoraio/agora-rtc-web
https://github.com/agoraio/agora-rtc-web
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/agoraio/agora-rtc-web
- Owner: AgoraIO
- Created: 2023-08-15T12:08:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T07:27:32.000Z (over 1 year ago)
- Last Synced: 2025-04-06T21:40:16.169Z (about 1 year ago)
- Language: JavaScript
- Size: 4.36 MB
- Stars: 16
- Watchers: 30
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README-zh_CN.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
Awesome Lists containing this project
README
# AgoraRTC SDK (Version 4.x)
[English](./README.md) | 简体中文
## 开始
### 安装
使用 `npm`, `pnpm` 或 `yarn`
```bash
# 使用 npm
npm i agora-rtc-sdk-ng
# 或者使用 pnpm
pnpm add agora-rtc-sdk-ng
# 或者使用 yarn
yarn add agora-rtc-sdk-ng
```
我们也提供了 CDN
```html
```
SDK 会在全局导出一个 AgoraRTC 对象用于使用。
### 快速开始
我们提供了 `React`, `Vue`, `Svelte` 的 Demo, 访问地址 [Quick Start Demo](https://github.com/AgoraIO/agora-rtc-web/blob/main/projects).
详细可参考文档 [api-ref.agora.io](https://doc.shengwang.cn/api-ref/rtc/javascript/overview).
## 发版说明
发版说明访问地址为 [发版说明](https://doc.shengwang.cn/doc/rtc/javascript/overview/release-notes).