1.0.2-beta.19 • Published 6 months ago

@lizunlong/livekit-components-react v1.0.2-beta.19

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

LiveKit Components React

A LiveKit Components implementation in React.

Monorepo Navigation

Install

yarn 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