Server SDK
The Huddle01 Server SDK allows you to perform protected admin actions on your server side, like generating peer access tokens and starting and stopping meeting recordings and livestreams.
Quickstart
This section provides a brief overview of how to quickly get started with using the Huddle01 Server SDK.
Access Token
This section provides an overview of how to generate Access Token using the Server SDK.
API Functions
This section provides an overview of various API functions available in the Server SDK.
Recording & Livestreaming
This section provides an overview of how to record and livestream using the Server SDK.
Pre Requisites
Before using the Huddle01 Server 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