Skip to content

AgoraIO/agora-rtc-web

Repository files navigation

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.20.0.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.

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

Changelogs

Please check the changelogs at Release Notes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages