Javascript SDK
We have upgraded our SDK to v2 (2.x.x)
. For the previous stable release, please visit here
The Huddle01 Javascript SDK offers a comprehensive suite of methods and event listeners that allow for seamless real-time audio and video communication with minimal coding required.
Quickstart
This section provides a brief overview of how to quickly get started with using the Huddle01 Vanilla JS SDK.
Walkthrough
This section provides a step-by-step guide to building a simple Huddle01-based video conferencing app in a vanilla JavaScript project.
Start from an Example
This section provides instructions on how to clone and run a sample Huddle01 app in a vanilla JavaScript project.
Methods
This section provides an overview of the available methods in the vanilla JavaScript SDK that can be used to create custom functionality.
Pre Requisites
Before using the Huddle01 Javascript SDK, you must have Node.js installed on your machine. You can install Node.js using one of the following methods:
-
Install Node.js with NVM by following the instructions on this GitHub page (opens in a new tab)
-
Install Node.js with FNM by following the instructions on this GitHub page (opens in a new tab)
-
Download Node.js from the official website (opens in a new tab)
Pro Tip: Use NVM or FNM to install Node.js as they help in version management and easy updation
After installing Node.js, verify it's installed by running the following command in your terminal:
node --version