You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

agora-rtc-sdk-ng

Package Overview
Dependencies
Maintainers
2
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

agora-rtc-sdk-ng

Agora WebRTC SDK for JavaScript

4.24.0
latest
Source
npmnpm
Version published
Weekly downloads
46K
-18.55%
Maintainers
2
Weekly downloads
 
Created
Source

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

Keywords

WebRTC

FAQs

Package last updated on 31 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts