Quickstart

Quickstart

Installing the packages:

To get started with the Huddle01 React SDK, you can install the package using npm or yarn:

pnpm install @huddle01/react

Initializing the SDK:

After installing the package, you can initialize the SDK by using the useHuddle01 hook:

import { useHuddle01 } from '@huddle01/react';
 
function App() {
  const { initialize } = useHuddle01();
 
  initialize("YOUR_PROJECT_ID")
}

Example Video

Audio/Video Infrastructure designed for the developers to empower them ship simple yet powerful Audio/Video Apps.
support
company
Copyright © 2022 Graphene 01, Inc. All Rights Reserved.