Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 841 Bytes

README-zh_CN.md

File metadata and controls

36 lines (23 loc) · 841 Bytes

AgoraRTC SDK (Version 4.x)

English | 简体中文

开始

安装

使用 npm, pnpmyarn

# 使用 npm
npm i agora-rtc-sdk-ng
# 或者使用 pnpm
pnpm add agora-rtc-sdk-ng
# 或者使用 yarn
yarn add agora-rtc-sdk-ng

我们也提供了 CDN

<script src="https://download.agora.io/sdk/release/AgoraRTC_N-4.20.0.js"></script>

SDK 会在全局导出一个 AgoraRTC 对象用于使用。

快速开始

我们提供了 React, Vue, Svelte 的 Demo, 访问地址 Quick Start Demo.

详细可参考文档 api-ref.agora.io.

发版说明

发版说明访问地址为 发版说明.