2.6.7 • Published 8 months ago

@cc-livekit/components-react v2.6.7

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
8 months ago

LiveKit Components React

A LiveKit Components implementation in React.

Monorepo Navigation

Install

npm install @livekit/components-react

Usage

import { LiveKitRoom } from '@livekit/components-react';

<LiveKitRoom token="<livekit-token>" serverUrl="<url-to-livekit-server>" connect={true} />;

Architecture Overview

React specific implementation of LiveKit Components