ApiRTC
BlogSupportSign UpConsole
  • ApiRTC Developer Portal
  • Status Page
  • What is ApiRTC?
    • Key Concepts
    • ApiRTC Architecture
    • Supported browsers
      • Vintage Browsers Compatibility
    • Billing
    • Product Roadmap and releases
  • Terms & Privacy Policies
    • 🍪Cookies
  • Get help & support
  • ApiRTC JS Library
    • QuickStart Guide
    • Where to find ApiRTC library?
    • Developers Guide
    • Video Communication LifeCycle
    • Demo App & Resources
    • Authentication
    • SDKs & Frameworks
      • ReactJS Libraries
        • Getting Started with ApiRTC React Hooks
        • ApiRTC React Hook Lib Reference
      • ReactNative library
      • Android SDK Reference
      • iOS SDK Reference
    • ApiRTC.js Reference
    • Changelog
  • REST APIs & Integration
    • Introduction
    • Apizee REST APIs
    • 3rd-party software integration
    • Webhooks
    • Rate Limits
    • Try it out
  • Other Resources
    • SDK License Agreement
    • ApiRTC Website
    • Blog
    • ApiRTC Community Github
Powered by GitBook
On this page
  • NPM Package manager
  • CDN - Direct access via URL
  • What to do next?
Edit on GitHub
  1. ApiRTC JS Library

Where to find ApiRTC library?

PreviousQuickStart GuideNextDevelopers Guide

Last updated 1 year ago

NPM Package manager

If you develop in the NodeJS ecosystem, you can use the NPM packet manager.

  1. Open a terminal or command line interface

  2. Go to your project folder cd my_project_folder

  3. Install the latest ApiRTC library in your node_module folder:

npm install @apirtc/apirtc

To install a specific version of ApiRTC, add the version tag at the end.

For example, using the version 4.6.1 would be:

npm install @apirtc/apirtc@4.6.1

CDN - Direct access via URL

Latest and adviced ApiRTC version is available at

Choose the latest ApiRTC version based on a minor release, for example the latest patched 4.6 would live at .

Choose a precise version by providing the full version code. For example the v5.0.13 would live at .

Changelog

Get details about the previous releases in the

What to do next?

Start building your video app QuickStart Guide

See our demo app Demo App & Resources

Understand app lifecycle built with ApiRTC Video Communication LifeCycle

Get familiar with ApiRTC model Key Concepts

👉
👉
👉
👉
👉
https://cdn.apirtc.com/apiRTC/apiRTC-latest.min.js
https://cdn.apirtc.com/apiRTC/v4.6/apiRTC-latest.min.js
https://cdn.apirtc.com/apiRTC/v5.0/apiRTC-5.0.13.min.js
changelog file