jiuyiUniapp/jiuyi/node_modules/agora-rtc-sdk-ng
sx 4a7145397c 提交代码 2024-12-18 15:46:27 +08:00
..
esm 提交代码 2024-12-18 15:46:27 +08:00
node_modules/webrtc-adapter 提交代码 2024-12-18 15:46:27 +08:00
services 提交代码 2024-12-18 15:46:27 +08:00
AgoraRTC_N-production.esm.mjs 提交代码 2024-12-18 15:46:27 +08:00
AgoraRTC_N-production.js 提交代码 2024-12-18 15:46:27 +08:00
README-zh_CN.md 提交代码 2024-12-18 15:46:27 +08:00
README.md 提交代码 2024-12-18 15:46:27 +08:00
package.json 提交代码 2024-12-18 15:46:27 +08:00
rtc-sdk_cn.d.ts 提交代码 2024-12-18 15:46:27 +08:00
rtc-sdk_en.d.ts 提交代码 2024-12-18 15:46:27 +08:00

README.md

AgoraRTC SDK (Version 4.x)

English | 简体中文

Getting Started

Install

Use npm, pnpm or yarn

# with npm
npm i agora-rtc-sdk-ng
# or with pnpm
pnpm add agora-rtc-sdk-ng
# or with yarn
yarn add agora-rtc-sdk-ng

CDN is also provided

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

The SDK exports an AgoraRTC object globally for use.

Quick start

React, Vue, Svelte quick start demo are provided, please check at Quick Start Demo. We also have More Demos.

Please follow the documentation at api-ref.agora.io.

Changelogs

Please check the changelogs at Release Notes.