AgoraRTC SDK (Version 4.x)
English | 简体中文
Getting Started
Install
Use npm
, pnpm
or yarn
npm i agora-rtc-sdk-ng
pnpm add agora-rtc-sdk-ng
yarn add agora-rtc-sdk-ng
CDN is also provided
<script src="https://download.agora.io/sdk/release/AgoraRTC_N-4.22.2.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.